Title: to be compatible with cache plugin
Last modified: March 6, 2019

---

# to be compatible with cache plugin

 *  [Emre Vona](https://wordpress.org/support/users/emrevona/)
 * (@emrevona)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/to-be-compatible-with-cache-plugin/)
 * Hi, I am the developer of WP Fastest Cache. I want to make my plugin to be compatible
   with your plugin so I added the hook as below. I want to clear cache of the page
   which is voted.
 *     ```
       add_action( 'mrp_after_save_rating_entry_success', array($this, 'my_mrp_after_save_rating_entry_success'), 10, 3 );
   
       public function my_mrp_after_save_rating_entry_success($rating_entry, $is_new, $entry_status_changed){
       			//toDo
       }
       ```
   
 * but the hook does not work. what should I do?

The topic ‘to be compatible with cache plugin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/multi-rating_d6dfe6.svg)
 * [Multi Rating](https://wordpress.org/plugins/multi-rating/)
 * [Support Threads](https://wordpress.org/support/plugin/multi-rating/)
 * [Active Topics](https://wordpress.org/support/plugin/multi-rating/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/multi-rating/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/multi-rating/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Emre Vona](https://wordpress.org/support/users/emrevona/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/to-be-compatible-with-cache-plugin/)
 * Status: not resolved