Description
Filters the author URL link HTML.
Occurrences
Filename | Line Number |
---|---|
wp-includes/author-template.php | 257 |
Parameters
Type | Name | Description |
---|---|---|
string | $link | The default rendered author HTML link. |
string | $author_url | Author's URL. |
WP_User | $authordata | Author user data. |
PHP Doc
/**
* Filters the author URL link HTML.
*
* @since 6.0.0
*
* @param string $link The default rendered author HTML link.
* @param string $author_url Author's URL.
* @param WP_User $authordata Author user data.
*/