Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/author-template.php | apply_filters | 391 | /** * Filters the URL to the author's page. * * @since 2.1.0 * * @param string $link The URL to the author's page. * @param int $author_id The author's ID. * @param string $author_nicename The author's nice name. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $link | The URL to the author's page. |
int | $author_id | The author's ID. |
string | $author_nicename | The author's nice name. |