Filters how often to update the RSS feed.
Parameters
$duration
string- The update period. Accepts
'hourly'
,'daily'
,'weekly'
,'monthly'
,'yearly'
. Default'hourly'
.
Source
echo apply_filters( 'rss_update_period', $duration );
Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.