On this page
apply_filters( 'the_author_link', string $link, string $author_url, WP_User $authordata )
Filters the author URL link HTML.
Parameters
$linkstring-
The default rendered author HTML link.
$author_urlstring-
Author's URL.
$authordataWP_User-
Author user data.
Source
File: wp-includes/author-template.php. View all references
return apply_filters( 'the_author_link', $link, $author_url, $authordata );
Related
Used By
| Used By | Description |
|---|---|
| get_the_author_link() wp-includes/author-template.php | Retrieves either author’s link or author’s name. |
Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/the_author_link