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

Filters the returned comment ID fields.


Parameters

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

Top ↑

Source

File: wp-includes/comment-template.php. View all references

return apply_filters( 'comment_id_fields', $comment_id_fields, $post_id, $reply_to_id );


Top ↑

Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.