comment_id_fields

最后更新于:2021-11-26 03:36:19

apply_filters( ‘comment_id_fields’, string $result, int $post_id, int $reply_to_id )

Filters the returned comment ID fields.

参数

$result

(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.

源文件

文件: gc-includes/comment-template.php

View on Trac