• Resolved Amin Jabari Asl

    (@aminjabari)


    Hi
    I use an API to update products prices every 30 minutes. But when I use caching, Litespeed caches all prices.

    Is there any solution to this problem?

Viewing 1 replies (of 1 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    you can purge it alone with your API update , e.g.

    
    if ( defined('LSCWP_V') ) {
    do_action( 'litespeed_purge_post', $post_id );
    }

    Best regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Exclude woocommerce product price from caching’ is closed to new replies.