untrash_comment

动作钩子
do_action( 'untrash_comment', $comment->comment_ID, $comment )
参数
  • (string) $comment_id The comment ID as a numeric string.
    Required:
  • (WP_Comment) $comment The comment to be untrashed.
    Required:
定义位置
相关勾子
untrashed_commenttrash_commenttrashed_commentunspam_commentwp_count_comments
相关方法
wp_untrash_commentwp_trash_commentwp_untrash_post_commentsthe_commentwp_trash_post_commentswp_count_comments
引入
4.9.0
弃用
-

“untrash_comment”是一个过滤器钩子,允许开发人员在执行之前修改取消回收过程的结果。 这可用于修改存储在评论中的数据,或执行与回收过程相关的其他操作。

在评论从回收站中恢复之前立即触发。

do_action( 'untrash_comment', $comment->comment_ID, $comment );

常见问题

FAQs
查看更多 >