wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



the_author_link › WordPress Filter Hooks

Seit6.0.0
Veraltetn/v
apply_filters( 'the_author_link', $link, $author_url, $authordata )
Parameter: (3)
  • (string) $link The default rendered author HTML link.
    Erforderlich: Ja
  • (string) $author_url Author's URL.
    Erforderlich: Ja
  • (WP_User) $authordata Author user data.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the author URL link HTML.





Quellcode

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