Summery Summery
Filters a menu item’s starting output.
Syntax Syntax
Description Description
The menu item’s starting output only includes $args->before
, the opening <a>
, the menu item’s title, the closing </a>
, and $args->after
. Currently, there is no filter for modifying the opening and closing <li>
for a menu item.
Parameters Parameters
- $item_output
-
The menu item's starting HTML output.
- $item
-
Menu item data object.
- $depth
-
Depth of menu item. Used for padding.
- $args
-
An object of wp_nav_menu() arguments.
Source Source
Advertisement
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |