apply_filters( 'wp_nav_locations_listed_per_menu', int $locations )

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


Parameters

$locations

(int) Number of menu locations to list. Default 3.


Source

File: wp-admin/nav-menus.php

View on GitHub


Changelog

Changelog
Version Description
WP-3.6.0 Introduced.