1. 首页
  2. WordPress钩子手册

comment_on_trash

do_action( ‘comment_on_trash’, int $comment_post_ID )

动作钩子:当试图对一个垃圾帖子发表评论时触发。
Action Hook: Fires when a comment is attempted on a trashed post.

目录锚点:#参数#源码


参数(Parameters)

参数 类型 说明
$comment_post_ID (int) 邮政编码。

源码(Source)


更新版本 源码位置 使用 被使用
2.9.0 wp-includes/comment.php:3279 1 0

comment_on_trash 为WP2原创文章,链接:https://www.wp2.cn/hook/comment_on_trash/