apply_filters( 'comment_id_fields', string $result, int $post_id, int $reply_to_id )

Filters the returned comment ID fields.


Parameters

$result

The HTML-formatted hidden ID field comment elements.

$post_id

The post ID.

$reply_to_id

The ID of the comment being replied to.


Source

File: wp-includes/comment-template.php

View on GitHub



Changelog

Changelog
Version Description
3.0.0 Introduced.