• Resolved hassantafreshi

    (@hassantafreshi)


    Hi,
    We have been working with the Easy Form Builder plugin and encountered some challenges with page caching. To address these issues, we use the following function to handle page caching with our plugins:

    public function cache_cleaner_Efb($page_id){

    if (defined('LSCWP_V') || defined('LSCWP_BASENAME' )){

    //litespeed done

    do_action( 'litespeed_purge_post', $page_id );

    }else if (function_exists('rocket_clean_post')){

    ...

    }

    Click here to get the full source code on GitHub.

    However, we’re seeking a more integrated solution. Specifically, we’re looking for a structure or method similar to what other plugins use to manage caching effectively.

    Thank you in advance for your help and insights!

    Best regards

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor iSaumya

    (@isaumya)

    Hi,
    If you install this plugin in one of your test sites and then inside the plugin settings go to the FAQ tab. Under advanced questions you will see all the filters and action this plugin provides and how to clear cache programmatically.

    Thread Starter hassantafreshi

    (@hassantafreshi)

    @isaumya Thank you for your assistance

    Plugin Contributor iSaumya

    (@isaumya)

    No problem. Happy to help. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.