WP HOOKS
filtrod 4.4.0

oembed_endpoint_url

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

Opis — z kodu źródłowego

Filters the oEmbed endpoint URL.

Parametry

ParametrTypOpis
$urlstringThe URL to the oEmbed endpoint.
$permalinkstringThe permalink used for the <code>url</code> query arg.
$formatstringThe requested response format.

Wywołanie

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

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

Popularne w tej kategorii