WP HOOKS
filtrod 1.2.0

the_category_rss

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

Opis — z kodu źródłowego

Filters all of the post categories for display in a feed.

Parametry

ParametrTypOpis
$the_liststringAll of the RSS post categories.
$typestringType of feed. Possible values include 'rss2', 'atom'. Default 'rss2'.

Wywołanie

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

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

Popularne w tej kategorii