apply_filters( 'rss_update_period', string $duration )

Filters how often to update the RSS feed.


Parameters

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

Top ↑

Source

File: wp-includes/feed-rss2.php. View all references

echo apply_filters( 'rss_update_period', $duration );

Top ↑

Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes

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