comment_id_fields

Advertisement

Summery Summery

Filters the returned comment id fields.

Syntax Syntax

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

Parameters Parameters

$result

The HTML-formatted hidden id field comment elements.

$id

The post ID.

$replytoid

The id of the comment being replied to.

Source Source

File: wp-includes/comment-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Advertisement

Leave a Reply