• Resolved DenisCGN

    (@deniscgn)


    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

    (@deniscgn)

    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.