wp_nav_locations_listed_per_menu

Advertisement

Summery Summery

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

Syntax Syntax

apply_filters( 'wp_nav_locations_listed_per_menu', int $locations )

Parameters Parameters

$locations

Number of menu locations to list. Default 3.

Source Source

File: wp-admin/nav-menus.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.6.0 Introduced.

Advertisement

Leave a Reply