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.


Top ↑

Source Source

File: wp-includes/class-wp-customize-nav-menus.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.3.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.