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



author_link › WordPress Filter Hooks

Seit2.1.0
Veraltetn/v
apply_filters( 'author_link', $link, $author_id, $author_nicename )
Parameter: (3)
  • (string) $link The URL to the author's page.
    Erforderlich: Ja
  • (int) $author_id The author's ID.
    Erforderlich: Ja
  • (string) $author_nicename The author's nice name.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the URL to the author's page.





Quellcode

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