filtrod 5.7.0
pre_months_dropdown_query
Opis — z kodu źródłowego
Filters whether to short-circuit performing the months dropdown query.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$months | object[] | false | 'Months' drop-down results. Default false. |
$post_type | string | The post type. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'pre_months_dropdown_query', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'pre_months_dropdown_query', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}Popularne w tej kategorii