filtrod 4.4.0
oembed_response_data
Opis — z kodu źródłowego
Filters the oEmbed response data.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$data | array | The response data. |
$post | \WP_Post | The post object. |
$width | int | The requested width. |
$height | int | The calculated height. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'oembed_response_data', 'twoja_funkcja', 10, 4 );
function twoja_funkcja($param_1, $param_2, $param_3, $param_4) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'oembed_response_data', 'twoja_funkcja', 10, 4 );
function twoja_funkcja($param_1, $param_2, $param_3, $param_4) {
// Twój kod
}Popularne w tej kategorii