author_link

最后更新于:2021-11-25 20:35:37

apply_filters( ‘author_link’, string $link, int $author_id, string $author_nicename )

Filters the URL to the author’s page.

参数

$link

(string)
The URL to the author’s page.

$author_id

(int)
The author’s ID.

$author_nicename

(string)
The author’s nice name.

源文件

文件: gc-includes/author-template.php

View on Trac