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



feed_links_extra_show_tag_feed › WordPress过滤钩子

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

Filters whether to display the tag feed link.





源码

$show_tag_feed = apply_filters( 'feed_links_extra_show_tag_feed', true );