WP HOOKS
filtrod 2.8.0

custom_menu_order

Args 1Plik wp-admin/includes/menu.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters whether to enable custom ordering of the administration menu.

See the {@see 'menu_order'} filter for reordering menu items.

Parametry

ParametrTypOpis
$customboolWhether custom ordering is enabled. Default false.

Wywołanie

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

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

Popularne w tej kategorii