WP HOOKS
filtrod 2.9.0

load_default_embeds

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

Opis — z kodu źródłowego

Filters whether to load the default embed handlers.

Returning a falsey value will prevent loading the default embed handlers.

Parametry

ParametrTypOpis
$maybe_load_embedsboolWhether to load the embeds library. Default true.

Wywołanie

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

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

Popularne w tej kategorii