wpseek.com
A WordPress-centric search engine for devs and theme authors



comment_url › WordPress Filter Hooks

Since4.1.0
Deprecatedn/a
apply_filters( 'comment_url', $comment_author_url, $comment->comment_ID )
Parameters: (2)
  • (string) $comment_author_url The comment author's URL.
    Required: Yes
  • (string) $comment_id The comment ID as a numeric string.
    Required: Yes
Defined at:
Codex:

Filters the comment author's URL for display.





Source

echo apply_filters( 'comment_url', $comment_author_url, $comment->comment_ID );