Filters the link to the author page of the author of the current post.
$linkstringwp-includes/author-template.php:340get_the_author_posts_link() * Filters the link to the author page of the author of the current post. * * @since 2.9.0 * * @param string $link HTML link. */ return apply_filters( 'the_author_posts_link', $link );} /** * 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