WP HOOKS
filtrod 3.6.0

wp_video_embed_handler

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

Opis — z kodu źródłowego

Filters the video embed handler callback.

Parametry

ParametrTypOpis
$handlercallableVideo embed handler callback function.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'wp_video_embed_handler', 'twoja_funkcja' );

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

Popularne w tej kategorii