WP HOOKS
filtrod 4.4.0

oembed_response_data

Args 4Plik wp-includes/embed.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the oEmbed response data.

Parametry

ParametrTypOpis
$dataarrayThe response data.
$post\WP_PostThe post object.
$widthintThe requested width.
$heightintThe 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
}

Popularne w tej kategorii