apply_filters( 'customize_nav_menu_available_items', array $items, string $object_type, string $object_name, int $page )

Filters the available menu items.


Parameters

$items

The array of menu items.

$object_type

The object type.

$object_name

The object name.

$page

The current page number.


Source

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

View on GitHub


Changelog

Changelog
Version Description
4.3.0 Introduced.