wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



get_comment_author_url › WordPress Filter Hooks

Da4.1.0
Deprecaton/a
apply_filters( 'get_comment_author_url', $comment_author_url, $comment_id, $comment )
Parametri: (3)
  • (string) $comment_author_url The comment author's URL, or an empty string.
    Richiesto:
  • (string|int) $comment_id The comment ID as a numeric string, or 0 if not found.
    Richiesto:
  • (WP_Comment|null) $comment The comment object, or null if not found.
    Richiesto:
Definito a:
Codex:

Filters the comment author's URL.





Sorgenti

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