WP HOOKS
filtrod 2.1.0

rss_update_frequency

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

Opis — z kodu źródłowego

Filters the RSS update frequency.

Parametry

ParametrTypOpis
$frequencystringAn integer passed as a string representing the frequency of RSS updates within the update period. Default '1'.

Wywołanie

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

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

Popularne w tej kategorii