WP HOOKS
filtrod 4.9.0

embed_thumbnail_id

Args 1Plik wp-includes/theme-compat/embed-content.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the thumbnail image ID for use in the embed template.

Parametry

ParametrTypOpis
$thumbnail_idint | falseAttachment ID, or false if there is none.

Wywołanie

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

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

Popularne w tej kategorii