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



author_link › WordPress Filter Hooks

Since2.1.0
Deprecatedn/a
apply_filters( 'author_link', $link, $author_id, $author_nicename )
Parameters: (3)
  • () link The URL to the author's page.
    Required: Yes
  • () author_id The author's ID.
    Required: Yes
  • () author_nicename The author's nice name.
    Required: Yes
Defined at:
Codex:

Filters the URL to the author's page.





Source

$link = apply_filters( 'author_link', $link, $author_id, $author_nicename );