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



the_author_posts_link › WordPress过滤钩子

Since2.9.0
已弃用n/a
apply_filters( 'the_author_posts_link', $link )
参数:
  • (string) $link HTML link.
    Required: Yes
定义在:
文档:

Filters the link to the author page of the author of the current post.





源码

return apply_filters( 'the_author_posts_link', $link );