the_author_posts_link WordPress Filter Hook
The the_author_posts_link Wordpress hook is used to display a link to the author's posts page. This hook is typically used in the author bio section of a post or in the author list of a blog.
apply_filters( 'the_author_posts_link', string $link ) #
Filters the link to the author page of the author of the current post.
Parameters
- $link
(string)HTML link.
Source
Changelog
Version | Description |
---|---|
2.9.0 | Introduced. |