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



author_link › WordPress过滤钩子

Since2.1.0
已弃用n/a
apply_filters( 'author_link', $link, $author_id, $author_nicename )
参数: (3)
  • (string) $link The URL to the author's page.
    Required: Yes
  • (int) $author_id The author's ID.
    Required: Yes
  • (string) $author_nicename The author's nice name.
    Required: Yes
定义在:
文档:

Filters the URL to the author's page.





源码

$link = apply_filters( 'author_link', $link, $author_id, $author_nicename );