Description
Filters the CSS class(es) applied to a menu list element.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-walker-nav-menu.php | 75 |
Parameters
Type | Name | Description |
---|---|---|
string[] | $classes | Array of the CSS classes that are applied to the menu `
|
stdClass | $args | An object of `wp_nav_menu()` arguments. |
int | $depth | Depth of menu item. Used for padding. |
PHP Doc
/**
* Filters the CSS class(es) applied to a menu list element.
*
* @since 4.8.0
*
* @param string[] $classes Array of the CSS classes that are applied to the menu `` element.
* @param stdClass $args An object of `wp_nav_menu()` arguments.
* @param int $depth Depth of menu item. Used for padding.
*/