WP HOOKS
filtrod 4.0.0

oembed_ttl

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

Opis — z kodu źródłowego

Filters the oEmbed TTL value (time to live).

Parametry

ParametrTypOpis
$timeintTime to live (in seconds).
$urlstringThe attempted embed URL.
$attrarrayAn array of shortcode attributes.
$post_idintPost ID.

Wywołanie

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

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

Popularne w tej kategorii