WP HOOKS
filtrod 1.2.0

the_excerpt_rss

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

Opis — z kodu źródłowego

Filters the post excerpt for a feed.

Parametry

ParametrTypOpis
$outputstringThe current post excerpt.

Wywołanie

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

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

Popularne w tej kategorii