wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



the_author_link › Filtr WordPress Hooks

Od6.0.0
Przestarzałyn/a
apply_filters( 'the_author_link', $link, $author_url, $authordata )
Parametry: (3)
  • (string) $link The default rendered author HTML link.
    Wymagane: Tak
  • (string) $author_url Author's URL.
    Wymagane: Tak
  • (WP_User) $authordata Author user data.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the author URL link HTML.





Źródło

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