rss_update_frequency

过滤钩子
apply_filters( 'rss_update_frequency', $frequency )
参数
  • (string) $frequency An integer passed as a string representing the frequency of RSS updates within the update period. Default '1'.
    Required:
定义位置
相关勾子
rss_update_periodupdate_feedbacksites_pre_queryparse_site_queryrest_pre_update_setting
相关方法
wp_update_userwp_update_coreupdate_corerest_validate_request_argcore_update_footerupdate_recently_edited
引入
2.1.0
弃用
-

rss_update_frequency。这个WordPress函数设置网站RSS提要的更新频率。该频率以秒为单位,可以设置为一个秒数,如3600(1小时)或86400(1天)。

过滤RSS Feed的更新频率。

echo apply_filters( 'rss_update_frequency', $frequency );

常见问题

FAQs
查看更多 >