WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about get_comment_author_url

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/comment-template.php apply_filters 328 /**
* Filters the comment author's URL.
*
* @since 1.5.0
* @since 4.1.0 The `$comment_ID` and `$comment` parameters were added.
*
* @param string $url The comment author's URL, or an empty string.
* @param string|int $comment_ID The comment ID as a numeric string, or 0 if not found.
* @param WP_Comment|null $comment The comment object, or null if not found.
*/

Hook Parameters

Parameter Type Name Description
string $url The comment author's URL, or an empty string.
string|int $comment_ID The comment ID as a numeric string, or 0 if not found.
WP_Comment|null $comment The comment object, or null if not found.