动作钩子::当注释状态从一个特定状态转换到另一个状态时激发。
do_action( “comment_{$old_status}_to_{$new_status}”, WP_Comment $comment )
说明(Description)
hook name、$old_status和$new_status的动态部分分别引用旧的和新的注释状态。
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$comment | (WP_Comment) | 注释对象。 |
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.7.0 | wp-includes/comment.php:1732 | 1 | 0 |