apply_filters( ‘rss_update_period’, string $duration )

In this article

Filters how often to update the RSS feed.

Parameters

$durationstring
The update period. Accepts 'hourly', 'daily', 'weekly', 'monthly', 'yearly'. Default 'hourly'.

Source

echo apply_filters( 'rss_update_period', $duration );

Changelog

VersionDescription
2.1.0Introduced.

User Contributed Notes

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