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.


Parameters

$frequency

(string)An integer passed as a string representing the frequency of RSS updates within the update period. Default '1'.


Top ↑

Source

File: wp-includes/feed-rss2.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
2.1.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.