delete_comment
最后更新于:2021-11-26 05:54:19
do_action( ‘delete_comment’, int $comment_id, GC_Comment $comment )
Fires immediately before a comment is deleted from the database.
参数
- $comment_id
-
(int)
The comment ID. - $comment
-
(GC_Comment)
The comment to be deleted.
源文件
文件: gc-includes/comment.php