Hook available, to use for purging post cache?
-
Hi there,
Great plugin, thanks a lot!I use W3 Total Cache on my site, and I want to purge the cache for a single post, when a user (successfully) votes on it.
Does your plugin expose any action I can hook into for this? I had my eyes on these lines in the plugin PHP file:
add_action( 'wp_ajax_thumbs_rating_add_vote', 'thumbs_rating_add_vote_callback' ); add_action('wp_ajax_nopriv_thumbs_rating_add_vote', 'thumbs_rating_add_vote_callback');
– but I’m not sure if those are appropriate for what I’m describing here?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Hook available, to use for purging post cache?’ is closed to new replies.