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

Filters the returned comment id fields.


Description Description


Parameters Parameters

$result

(string) The HTML-formatted hidden id field comment elements.

$id

(int) The post ID.

$replytoid

(int) The id of the comment being replied to.


Top ↑

Source Source

File: wp-includes/comment-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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