W3cubDocs

/WordPress

apply_filters( 'nav_menu_item_id', string $menu_id, WP_Post $item, stdClass $args, int $depth )

Filters the ID applied to a menu item’s list item element.

Parameters

$menu_id

(string) The ID that is 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: wp-includes/class-walker-nav-menu.php

View on Trac

Changelog

Version Description
4.1.0 The $depth parameter was added.
3.0.1 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/nav_menu_item_id