wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



nav_menu_submenu_attributes › WordPress Filter Hooks

Seit6.3.0
Veraltetn/v
apply_filters( 'nav_menu_submenu_attributes', $atts, $args, $depth )
Parameter: (3)
  • (array) $atts { The HTML attributes applied to the `<ul>` element, empty strings are ignored. @type string $class HTML CSS class attribute. }
    Erforderlich: Ja
  • (stdClass) $args An object of `wp_nav_menu()` arguments.
    Erforderlich: Ja
  • (int) $depth Depth of menu item. Used for padding.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the HTML attributes applied to a menu list element.





Quellcode

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