W3cubDocs

/WordPress

apply_filters( ‘nav_menu_submenu_attributes’, array $atts, stdClass $args, int $depth )

Filters the HTML attributes applied to a menu list element.

Parameters

$attsarray
The HTML attributes applied to the <ul> element, empty strings are ignored.
  • class string
    HTML CSS class attribute.
$argsstdClass
An object of wp_nav_menu() arguments.
$depthint
Depth of menu item. Used for padding.

Source

$atts       = apply_filters( 'nav_menu_submenu_attributes', $atts, $args, $depth );

Changelog

Version Description
6.3.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/nav_menu_submenu_attributes