wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



get_comment_author_link › Hooks de Filtros WordPress

Desde4.1.0
Obsoleton/a
apply_filters( 'get_comment_author_link', $comment_author_link, $comment_author, $comment_id )
Parâmetros: (3)
  • (string) $comment_author_link The HTML-formatted comment author link. Empty for an invalid URL.
    Required: Yes
  • (string) $comment_author The comment author's username.
    Required: Yes
  • (string) $comment_id The comment ID as a numeric string.
    Required: Yes
Definido em:
Codex:

Filters the comment author's link for display.





Fonte

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