WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about comment_id_fields

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/comment-template.php apply_filters 1952 /**
* Filters the returned comment ID fields.
*
* @since 3.0.0
*
* @param string $result 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.
*/

Hook Parameters

Parameter Type Name Description
string $result The HTML-formatted hidden ID field comment elements.
int $post_id The post ID.
int $reply_to_id The ID of the comment being replied to.