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



feed_links_extra_show_author_feed › WordPress过滤钩子

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

Filters whether to display the author feed link.





源码

$show_author_feed = apply_filters( 'feed_links_extra_show_author_feed', true );