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.
*/