WP HOOKS
filtrod 5.0.0

rest_themes_collection_params

Args 1Plik wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters REST API collection parameters for the themes controller.

Parametry

ParametrTypOpis
$query_paramsarrayJSON 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
}

Popularne w tej kategorii