Title: [Plugin: Quick Cache] Need do action hook to call by plugin
Last modified: August 20, 2016

---

# [Plugin: Quick Cache] Need do action hook to call by plugin

 *  [biswajeet](https://wordpress.org/support/users/biswajeet/)
 * (@biswajeet)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-quick-cache-speed-without-compromise-need-do-action-hook/)
 * It will be helpful to have a do action hook called by other plugins to clear 
   specific post / page cache by ID
 * thanks.
 * [http://wordpress.org/extend/plugins/quick-cache/](http://wordpress.org/extend/plugins/quick-cache/)

Viewing 1 replies (of 1 total)

 *  [bigneno](https://wordpress.org/support/users/bigneno/)
 * (@bigneno)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-quick-cache-speed-without-compromise-need-do-action-hook/#post-2619475)
 * You can use my solution:
 * [http://wordpress.org/support/topic/plugin-quick-cache-speed-without-compromise-wp_update_post-doesnt-purge-post-cache](http://wordpress.org/support/topic/plugin-quick-cache-speed-without-compromise-wp_update_post-doesnt-purge-post-cache)
 * with this code:
 *     ```
       $my_post['ID'] = 999;
       $updated = wp_update_post( $my_post ); //return updated post id or false
       ```
   
 * which updates post modification time and triggers cache clearing

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Quick Cache] Need do action hook to call by plugin’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/quick-cache_efefef.svg)
 * [Quick Cache (Speed Without Compromise)](https://wordpress.org/plugins/quick-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/quick-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/quick-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/quick-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/quick-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/quick-cache/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [bigneno](https://wordpress.org/support/users/bigneno/)
 * Last activity: [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-quick-cache-speed-without-compromise-need-do-action-hook/#post-2619475)
 * Status: not resolved