rss_update_frequency
Filters the RSS update frequency.
Type: filter
Since: 2.1.0
Source: includes/frontend/feed-rss2-popular-posts.php line 92
Parameters
| Type | Name | Description |
|---|---|---|
string | $frequency | An integer passed as a string representing the frequency |
Usage
add_filter( 'rss_update_frequency', function($frequency) {
// ...
return $frequency;
} );