apply_filters( ‘the_author_posts_link’, string $link, string $author, string $title )

In this article

Filters the link to the author page of the author of the current post.

Parameters

$linkstring
HTML link.
$authorstring
Author’s display name.
$titlestring
Text originally used for a title attribute.

Source

return apply_filters( 'the_author_posts_link', $link, $author, $title );

Changelog

VersionDescription
7.0.0Added $author and $title parameters.
2.9.0Introduced.

User Contributed Notes

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