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



rss_update_frequency › WordPress Filter Hooks

Since2.1.0
Deprecatedn/a
apply_filters( 'rss_update_frequency', $frequency )
Parameters:
  • (string) $frequency An integer passed as a string representing the frequency of RSS updates within the update period. Default '1'.
    Required: Yes
Defined at:
Codex:

Filters the RSS update frequency.





Source

echo apply_filters( 'rss_update_frequency', $frequency );