Summery Summery
Filters the HTML attributes applied to a page menu item’s anchor element.
Syntax Syntax
Parameters Parameters
- $atts
-
The HTML attributes applied to the menu item's
<a>
element, empty strings are ignored.- 'href'
(string) The href attribute. - 'aria_current'
(string) The aria-current attribute.
- 'href'
- $page
-
Page data object.
- $depth
-
Depth of page, used for padding.
- $args
-
An array of arguments.
- $current_page
-
ID of the current page.
Source Source
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.8.0 | Introduced. |