duplicate_comment_id

最后更新于:2021-11-26 08:52:01

apply_filters( ‘duplicate_comment_id’, int $dupe_id, array $commentdata )

Filters the ID, if any, of the duplicate comment found when creating a new comment.

参数

$dupe_id

(int)
ID of the comment identified as a duplicate.

$commentdata

(array)
Data for the comment being created.

源文件

文件: gc-includes/comment.php

View on Trac