apply_filters( 'customize_nav_menu_available_items', array $items , string $type , string $object , int $page )
Filters the available menu items.
Description Description
Parameters Parameters
- $items
-
(array) The array of menu items.
- $type
-
(string) The object type.
- $object
-
(string) The object name.
- $page
-
(int) The current page number.
Source Source
Changelog Changelog
Version | Description |
---|---|
4.3.0 | Introduced. |