WP HOOKS
filtrod 2.9.0

embed_handler_html

Args 3Plik wp-includes/class-wp-embed.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the returned embed HTML.

Parametry

ParametrTypOpis
$returnstringThe HTML result of the shortcode.
$urlstringThe embed URL.
$attrarrayAn array of shortcode attributes.

Wywołanie

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

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

Popularne w tej kategorii