comment_{$old_status}_to_{$new_status}
do_action( “comment_{$old_status}_to_{$new_status}”, WP…
do_action( “comment_{$old_status}_to_{$new_status}”, WP_Comment $comment )
动作钩子::当注释状态从一个特定状态转换到另一个状态时激发。
Action Hook: Fires when the comment status is in transition from one specific status to another.
目录锚点:#说明#参数#源码
说明(Description)
hook name、$old_status和$new_status的动态部分分别引用旧的和新的注释状态。
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$comment | (WP_Comment) | 注释对象。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.7.0 | wp-includes/comment.php:1732 | 1 | 0 |
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!