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



get_comment_author_link › Filtr WordPress Hooks

Od4.1.0
Przestarzałyn/a
apply_filters( 'get_comment_author_link', $comment_author_link, $comment_author, $comment_id )
Parametry: (3)
  • (string) $comment_author_link The HTML-formatted comment author link. Empty for an invalid URL.
    Wymagane: Tak
  • (string) $comment_author The comment author's username.
    Wymagane: Tak
  • (string) $comment_id The comment ID as a numeric string.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the comment author's link for display.





Źródło

return apply_filters( 'get_comment_author_link', $comment_author_link, $comment_author, $comment_id );