WP HOOKS
filtrod 4.3.0

has_nav_menu

Args 2Plik wp-includes/nav-menu.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters whether a nav menu is assigned to the specified location.

Parametry

ParametrTypOpis
$has_nav_menuboolWhether there is a menu assigned to a location.
$locationstringMenu location.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'has_nav_menu', 'twoja_funkcja', 10, 2 );

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

Popularne w tej kategorii