filtrod 6.5.0
rest_prepare_font_collection
Args 3Plik wp-includes/rest-api/endpoints/class-wp-rest-font-collections-controller.phpDokumentacja WP ↗
Opis — z kodu źródłowego
Filters the font collection data for a REST API response.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$response | \WP_REST_Response | The response object. |
$item | \WP_Font_Collection | The font collection object. |
$request | \WP_REST_Request | Request used to generate the response. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'rest_prepare_font_collection', 'twoja_funkcja', 10, 3 );
function twoja_funkcja($param_1, $param_2, $param_3) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'rest_prepare_font_collection', 'twoja_funkcja', 10, 3 );
function twoja_funkcja($param_1, $param_2, $param_3) {
// Twój kod
}Popularne w tej kategorii