Filters the link to the author page of the author of the current post.
$linkstring$authorstring$titlestringwp-includes/author-template.php:355get_the_author_posts_link() * @since 7.0.0 Added `$author` and `$title` parameters. * * @param string $link HTML link. * @param string $author Author's display name. * @param string $title Text originally used for a title attribute. */ return apply_filters( 'the_author_posts_link', $link, $author, $title );} /** * Displays an HTML link to the author page of the current post's author. * * @since 1.2.0Introduced in 2.9.0. 2 changes between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
$author added.verified against source$title added.verified against source