WP HOOKS
filtrod 4.3.0

customize_nav_menu_available_items

Args 4Plik wp-includes/class-wp-customize-nav-menus.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the available menu items.

Parametry

ParametrTypOpis
$itemsarrayThe array of menu items.
$object_typestringThe object type.
$object_namestringThe object name.
$pageintThe current page number.

Wywołanie

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

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

Popularne w tej kategorii