Filter hook 'comment_id_fields'

in WP Core File wp-includes/comment-template.php at line 2050

Description

Filters the returned comment ID fields.

Occurrences

Filename Line Number
wp-includes/comment-template.php 2050

Parameters

Type Name Description
string $comment_id_fields The HTML-formatted hidden ID field comment elements.
int $post_id The post ID.
int $reply_to_id The ID of the comment being replied to.

PHP Doc

/**
	 * Filters the returned comment ID fields.
	 *
	 * @since 3.0.0
	 *
	 * @param string $comment_id_fields The HTML-formatted hidden ID field comment elements.
	 * @param int    $post_id           The post ID.
	 * @param int    $reply_to_id       The ID of the comment being replied to.
	 */