Filter hook 'wp_nav_locations_listed_per_menu'

in WP Core File wp-admin/nav-menus.php at line 1002

Description

Filters the number of locations listed per menu in the drop-down select.

Occurrences

Filename Line Number
wp-admin/nav-menus.php 1002

Parameters

Type Name Description
int $locations Number of menu locations to list. Default 3.

PHP Doc

/**
							 * Filters the number of locations listed per menu in the drop-down select.
							 *
							 * @since 3.6.0
							 *
							 * @param int $locations Number of menu locations to list. Default 3.
							 */