WP HOOKS
filtrod 4.0.0

oembed_remote_get_args

Args 2Plik wp-includes/class-wp-oembed.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters oEmbed remote get arguments.

Parametry

ParametrTypOpis
$argsarrayoEmbed remote get arguments.
$urlstringURL to be inspected.

Wywołanie

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

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

Popularne w tej kategorii