rss_update_frequency WordPress Filter Hook
The rss_update_frequency hook is used to set the frequency with which RSS updates should occur. This hook can be used to ensure that RSS updates happen more or less often, depending on the needs of the site.
apply_filters( 'rss_update_frequency', string $frequency ) #
Filters the RSS update frequency.
Contents
Parameters
- $frequency
(string)An integer passed as a string representing the frequency of RSS updates within the update period. Default '1'.
Source
Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |