apply_filters( 'nav_menu_css_class', array $classes, WP_Post $item, stdClass $args, int $depth )

Filters the CSS class(es) applied to a menu item’s list item element.


Description


Parameters

$classes

(array) The CSS classes that are applied to the menu item's <li> element.

$item

(WP_Post) The current menu item.

$args

(stdClass) An object of wp_nav_menu() arguments.

$depth

(int) Depth of menu item. Used for padding.


Source

File: addons/nav-menu/classes/class-astra-custom-nav-walker.php

View on Trac


Changelog

Changelog
Version Description
4.1.0 The $depth parameter was added.
3.0.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.