WP HOOKS
filtrod 4.4.0

the_excerpt_embed

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

Opis — z kodu źródłowego

Filters the post excerpt for the embed template.

Parametry

ParametrTypOpis
$outputstringThe current post excerpt.

Wywołanie

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

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

Popularne w tej kategorii