WP HOOKS
filtrod 2.9.0

embed_oembed_discover

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

Opis — z kodu źródłowego

Filters whether to inspect the given URL for discoverable link tags.

Parametry

ParametrTypOpis
$enableboolWhether to enable <code>&lt;link&gt;</code> tag discovery. Default true.

Wywołanie

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

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

Popularne w tej kategorii