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



the_author_link › WordPress过滤钩子

Since6.0.0
已弃用n/a
apply_filters( 'the_author_link', $link, $author_url, $authordata )
参数: (3)
  • (string) $link The default rendered author HTML link.
    Required: Yes
  • (string) $author_url Author's URL.
    Required: Yes
  • (WP_User) $authordata Author user data.
    Required: Yes
定义在:
文档:

Filters the author URL link HTML.





源码

return apply_filters( 'the_author_link', $link, $author_url, $authordata );