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



get_comment_author_url › Hooks de Filtros WordPress

Desde4.1.0
Obsoleton/a
apply_filters( 'get_comment_author_url', $comment_author_url, $comment_id, $comment )
Parâmetros: (3)
  • (string) $comment_author_url The comment author's URL, or an empty string.
    Required: Yes
  • (string|int) $comment_id The comment ID as a numeric string, or 0 if not found.
    Required: Yes
  • (WP_Comment|null) $comment The comment object, or null if not found.
    Required: Yes
Definido em:
Codex:

Filters the comment author's URL.





Fonte

return apply_filters( 'get_comment_author_url', $comment_author_url, $comment_id, $comment );