apply_filters( 'nav_menu_submenu_css_class', string[] $classes , stdClass $args , int $depth )
Filters the CSS class(es) applied to a menu list element.
Parameters
- $classes
-
(string[]) Array of the CSS classes that are applied to the menu
<ul>
element. - $args
-
(stdClass) An object of
wp_nav_menu()
arguments. - $depth
-
(int) Depth of menu item. Used for padding.
Source
Changelog
Version | Description |
---|---|
4.8.0 | Introduced. |
User Contributed Notes
-
Skip to note 1 content You must log in to vote on the helpfulness of this noteVote results for this note: 1You must log in to vote on the helpfulness of this note