• 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?

    https://www.ads-software.com/plugins/thumbs-rating/

Viewing 1 replies (of 1 total)
  • Plugin Author Ricard Torres

    (@quicoto)

    Hi there,

    I understand what you’re trying to achieve. However, I have no idea how it could be done.

    Perhaps since the plugin is most likely not going to see any major upgrades, you could just modify the files directly. Adding the W3 cleaning functionality to the Thumbs Rating functions.

    Let me know what you come up with, I’d be great to add it to the FAQ.

Viewing 1 replies (of 1 total)
  • The topic ‘Hook available, to use for purging post cache?’ is closed to new replies.