--О нас
---История
---Клиенты
if ( $args->has_children && $depth === 0 ) {
$atts['href'] = $item->url;
$atts['data-hover'] = 'dropdown';
$atts['class'] = 'dropdown-toggle';
$atts['aria-haspopup'] = 'true';
} else {
$atts['href'] = ! empty( $item->url ) ? $item->url : '';
}