Filters the returned comment ID fields.
$comment_id_fieldsstring$post_idint$reply_to_idintwp-includes/comment-template.php:2070get_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. */ return apply_filters( 'comment_id_fields', $comment_id_fields, $post_id, $reply_to_id );} /** * Outputs hidden input HTML for replying to comments. * * Adds two hidden inputs to the comment form to identify the `comment_post_ID`Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.