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



the_author_link › WordPress Filter Hooks

Since6.0.0
Deprecatedn/a
apply_filters( 'the_author_link', $link, $author_url, $authordata )
Parameters: (3)
  • (string) $link The default rendered author HTML link.
    Required: Yes
  • (string) $author_url Author's URL.
    Required: Yes
  • (WP_User) $authordata Author user data.
    Required: Yes
Defined at:
Codex:

Filters the author URL link HTML.





Source

return apply_filters( 'the_author_link', $link, $author_url, $authordata );