filtrod 2.8.0
custom_menu_order
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
| Parametr | Typ | Opis |
|---|---|---|
$custom | bool | Whether 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
}
// rejestracja funkcji zwrotnej
add_filter( 'custom_menu_order', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii