WP HOOKS
filtrod 3.6.0

wp_embed_handler_video

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

Opis — z kodu źródłowego

Filters the video embed output.

Parametry

ParametrTypOpis
$videostringVideo embed output.
$attrarrayAn array of embed attributes.
$urlstringThe original URL that was matched by the regex.
$rawattrarrayThe original unmodified attributes.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'wp_embed_handler_video', 'twoja_funkcja', 10, 4 );

function twoja_funkcja($param_1, $param_2, $param_3, $param_4) {
	// Twój kod
}

Popularne w tej kategorii