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



the_author_link › Les Filtres WordPress

Depuis6.0.0
Dépréciéen/a
apply_filters( 'the_author_link', $link, $author_url, $authordata )
Paramètres: (3)
  • (string) $link The default rendered author HTML link.
    Requis: Oui
  • (string) $author_url Author's URL.
    Requis: Oui
  • (WP_User) $authordata Author user data.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the author URL link HTML.





Source

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