WP HOOKS
filtrod 2.9.0

embed_defaults

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

Opis — z kodu źródłowego

Filters the default array of embed dimensions.

Parametry

ParametrTypOpis
$sizeint[]{ Indexed array of the embed width and height in pixels. @type int $0 The embed width. @type int $1 The embed height. }
$urlstringThe URL that should be embedded.

Wywołanie

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

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

Popularne w tej kategorii