Filter hook 'customize_nav_menu_available_items'

in WP Core File wp-includes/class-wp-customize-nav-menus.php at line 301

Description

Filters the available menu items.

Occurrences

Filename Line Number
wp-includes/class-wp-customize-nav-menus.php 301

Parameters

Type Name Description
array $items The array of menu items.
string $object_type The object type.
string $object_name The object name.
int $page The current page number.

PHP Doc

/**
		 * Filters the available menu items.
		 *
		 * @since 4.3.0
		 *
		 * @param array  $items       The array of menu items.
		 * @param string $object_type The object type.
		 * @param string $object_name The object name.
		 * @param int    $page        The current page number.
		 */