wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



author_link › Hooks de Filtros WordPress

Desde2.1.0
Obsoleton/a
apply_filters( 'author_link', $link, $author_id, $author_nicename )
Parâmetros: (3)
  • (string) $link The URL to the author's page.
    Required: Yes
  • (int) $author_id The author's ID.
    Required: Yes
  • (string) $author_nicename The author's nice name.
    Required: Yes
Definido em:
Codex:

Filters the URL to the author's page.





Fonte

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