filtrod 5.2.0
disable_formats_dropdown
Opis — z kodu źródłowego
Filters whether to remove the 'Formats' drop-down from the post list table.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$disable | bool | Whether to disable the drop-down. Default false. |
$post_type | string | Post type slug. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'disable_formats_dropdown', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'disable_formats_dropdown', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}Popularne w tej kategorii