Description
Filters the URL to the author's page.
Occurrences
Filename | Line Number |
---|---|
wp-includes/author-template.php | 393 |
Parameters
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. |
PHP Doc
/**
* 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.
*/