wpseek.com
A WordPress-centric search engine for devs and theme authors



rss_update_period › WordPress Filter Hooks

Since2.1.0
Deprecatedn/a
apply_filters( 'rss_update_period', $duration )
Parameters:
  • (string) $duration The update period. Accepts 'hourly', 'daily', 'weekly', 'monthly', 'yearly'. Default 'hourly'.
    Required: Yes
Defined at:
Codex:

Filters how often to update the RSS feed.





Source

echo apply_filters( 'rss_update_period', $duration );