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
-
Number of menu locations to list. Default 3.
Source
File: wp-admin/nav-menus.php
Changelog
Version | Description |
---|---|
WP-3.6.0 | Introduced. |