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



feed_links_extra_show_category_feed › WordPress过滤钩子

Since6.1.0
已弃用n/a
apply_filters( 'feed_links_extra_show_category_feed', true )
参数:
  • (bool) $show Whether to display the category feed link. Default true.
    Required: Yes
定义在:
文档:

Filters whether to display the category feed link.





源码

$show_category_feed = apply_filters( 'feed_links_extra_show_category_feed', true );