apply_filters( 'comment_id_fields', string $result, int $id, int $replytoid )

Filters the returned comment id fields.


Parameters

$result

The HTML-formatted hidden id field comment elements.

$id

The post ID.

$replytoid

The id of the comment being replied to.


Source

File: wp-includes/comment-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.0.0 Introduced.