Title: Delete Comment Hook
Last modified: October 2, 2024

---

# Delete Comment Hook

 *  Resolved [Brendan Shanahan](https://wordpress.org/support/users/brendanshanahan/)
 * (@brendanshanahan)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/delete-comment-hook/)
 * Is there a hook for when a comment is deleted or blacklisted/unnaproved? I am
   using the ‘wpdiscuz_after_comment_post’ action to update some custom fields on
   my posts with the number of reviews and average ratings so that I can use this
   for sorting query loops. Unfortunately this is only called when a new comment
   is added, so if any comments are removed the fields dont get updated until a 
   new comment is posted.
 * Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Support [gVectors Support](https://wordpress.org/support/users/gvectorssupport/)
 * (@gvectorssupport)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/delete-comment-hook/#post-18051390)
 * Hi,
 * You should use the native (core) WordPress hooks provided below:
 * [https://developer.wordpress.org/reference/hooks/deleted_comment/](https://developer.wordpress.org/reference/hooks/deleted_comment/)
   
   [https://developer.wordpress.org/reference/hooks/transition_comment_status/](https://developer.wordpress.org/reference/hooks/transition_comment_status/)
 *  Thread Starter [Brendan Shanahan](https://wordpress.org/support/users/brendanshanahan/)
 * (@brendanshanahan)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/delete-comment-hook/#post-18053136)
 * Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Delete Comment Hook’ is closed to new replies.

 * ![](https://ps.w.org/wpdiscuz/assets/icon-256x256.png?rev=1076265)
 * [Comments - wpDiscuz](https://wordpress.org/plugins/wpdiscuz/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpdiscuz/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpdiscuz/)
 * [Active Topics](https://wordpress.org/support/plugin/wpdiscuz/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpdiscuz/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpdiscuz/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Brendan Shanahan](https://wordpress.org/support/users/brendanshanahan/)
 * Last activity: [1 year, 8 months ago](https://wordpress.org/support/topic/delete-comment-hook/#post-18053136)
 * Status: resolved