Title: New Post Cache after voting
Last modified: April 7, 2020

---

# New Post Cache after voting

 *  Resolved [DenisCGN](https://wordpress.org/support/users/deniscgn/)
 * (@deniscgn)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/new-post-cache-after-voting/)
 * Hello,
    is there a function I can fire when a THUMBS UP voting was finished on
   the post page?
 * If Voting success full go and clear the cache of that post_id
 * I red that it will be a solution with wpSEO plugin that I also have.
 * Any suggestions?
 * Cheers,
    Denis

Viewing 1 replies (of 1 total)

 *  Thread Starter [DenisCGN](https://wordpress.org/support/users/deniscgn/)
 * (@deniscgn)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/new-post-cache-after-voting/#post-12642164)
 * Hab es gefunden!
 *     ```
       if ( has_action('cachify_remove_post_cache') ) {
           do_action('cachify_remove_post_cache', 123); // postID
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘New Post Cache after voting’ is closed to new replies.

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

## Tags

 * [cache](https://wordpress.org/support/topic-tag/cache/)
 * [clear cache](https://wordpress.org/support/topic-tag/clear-cache/)
 * [function](https://wordpress.org/support/topic-tag/function/)

 * 1 reply
 * 1 participant
 * Last reply from: [DenisCGN](https://wordpress.org/support/users/deniscgn/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/new-post-cache-after-voting/#post-12642164)
 * Status: resolved