wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



nav_menu_submenu_attributes › Filtr WordPress Hooks

Od6.3.0
Przestarzałyn/a
apply_filters( 'nav_menu_submenu_attributes', $atts, $args, $depth )
Parametry: (3)
  • (array) $atts { The HTML attributes applied to the `<ul>` element, empty strings are ignored. @type string $class HTML CSS class attribute. }
    Wymagane: Tak
  • (stdClass) $args An object of `wp_nav_menu()` arguments.
    Wymagane: Tak
  • (int) $depth Depth of menu item. Used for padding.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the HTML attributes applied to a menu list element.





Źródło

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