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



the_author_posts_link › WordPress Filter Hooks

Since2.9.0
Deprecatedn/a
apply_filters( 'the_author_posts_link', $link )
Parameters:
  • (string) $link HTML link.
    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 );