apply_filters( ‘the_author_link’, string $link, string $author_url, WP_User $authordata )

In this article

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

return apply_filters( 'the_author_link', $link, $author_url, $authordata );

Changelog

VersionDescription
6.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.