wpseek.com
A WordPress-centric search engine for devs and theme authors



the_author_posts_link › WordPress Filter Hooks

Since7.0.0
Deprecatedn/a
apply_filters( 'the_author_posts_link', $link, $author, $title )
Parameters: (3)
  • () link HTML link.
    Required: Yes
  • () author Author's display name.
    Required: Yes
  • () title Text originally used for a title attribute.
    Required: Yes
Defined at:
Codex:

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





Source

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