apply_filters( 'nav_menu_item_id', string $menu_item_id, WP_Post $menu_item, stdClass $args, int $depth )

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


Parameters

$menu_item_id

The ID attribute applied to the menu item's <li> element.

$menu_item

The current menu item.

$args

An object of wp_nav_menu() arguments.

$depth

Depth of menu item. Used for padding.


Source

File: wp-includes/class-walker-nav-menu.php

View on GitHub



Changelog

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