过滤到作者页面的URL。
原型
apply_filters( 'author_link', string $link, int $author_id, string $author_nicename )
参数
$link
(string)
作者页面的URL。
$author_id
(int)
作者的身份。
$author_nicename
(string)
作者的好名字。
源文件
路径:wp-includes/author-template.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/author_link/