comment_{$old_status}_to_{$new_status}

最后更新于:2021-11-26 04:00:55

do_action( “comment_{$old_status}_to_{$new_status}”, GC_Comment $comment )

Fires when the comment status is in transition from one specific status to another.

参数

$comment

(GC_Comment)
Comment object.

源文件

文件: gc-includes/comment.php

View on Trac