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



get_comment_author_url_link › Hooks de Filtros WordPress

Desde1.5.0
Obsoleton/a
apply_filters( 'get_comment_author_url_link', $comment_author_url_link )
Parâmetros:
  • (string) $comment_author_url_link The HTML-formatted comment author URL link.
    Required: Yes
Definido em:
Codex:

Filters the comment author's returned URL link.





Fonte

return apply_filters( 'get_comment_author_url_link', $comment_author_url_link );