WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about get_comment_ID

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/comment-template.php apply_filters 679 /**
* Filters the returned comment ID.
*
* @since 1.5.0
* @since 4.1.0 The `$comment` parameter was added.
*
* @param string $comment_ID The current comment ID as a numeric string.
* @param WP_Comment $comment The comment object.
*/

Hook Parameters

Parameter Type Name Description
string $comment_ID The current comment ID as a numeric string.
WP_Comment $comment The comment object.