filtrod 5.0.0
rest_themes_collection_params
Opis — z kodu źródłowego
Filters REST API collection parameters for the themes controller.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$query_params | array | JSON Schema-formatted collection parameters. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'rest_themes_collection_params', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'rest_themes_collection_params', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii