deleted_comment

最后更新于:2021-11-26 05:06:27

do_action( ‘deleted_comment’, int $comment_id, GC_Comment $comment )

Fires immediately after a comment is deleted from the database.

参数

$comment_id

(int)
The comment ID.

$comment

(GC_Comment)
The deleted comment.

源文件

文件: gc-includes/comment.php

View on Trac