WP HOOKS
filtrod 3.6.0

wp_nav_locations_listed_per_menu

Args 1Plik wp-admin/nav-menus.phpDokumentacja WP ↗

Opis — z kodu źródłowego

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

Parametry

ParametrTypOpis
$locationsintNumber of menu locations to list. Default 3.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'wp_nav_locations_listed_per_menu', 'twoja_funkcja' );

function twoja_funkcja($param_1) {
	// Twój kod
}

Popularne w tej kategorii