Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/nav-menus.php | apply_filters | 888 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
int | $locations | Number of menu locations to list. Default 3. |