wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



author_link › Les Filtres WordPress

Depuis2.1.0
Dépréciéen/a
apply_filters( 'author_link', $link, $author_id, $author_nicename )
Paramètres: (3)
  • (string) $link The URL to the author's page.
    Requis: Oui
  • (int) $author_id The author's ID.
    Requis: Oui
  • (string) $author_nicename The author's nice name.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the URL to the author's page.





Source

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