wpseek.com
WordPress开发者和主题制作者的搜索引擎



rss_update_frequency › WordPress过滤钩子

Since2.1.0
已弃用n/a
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: Yes
定义在:
文档:

Filters the RSS update frequency.





源码

echo apply_filters( 'rss_update_frequency', $frequency );