apply_filters ( ‘rss_update_frequency’, string $frequency )

Filters the RSS update frequency.

Parameters

$frequency string
An integuer passed as a string representing the frequency of RSS updates within the update period. Default '1' .

Source

echo apply_filters( 'rss_update_frequency', $frequency );

Changuelog

Versionen Description
2.1.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.