Issue with Lite speedcache plugin
-
Hi
We’ve encountered an issue where any changes made to the sliders are not reflected on the front end unless we manually purge the cache. We use Litespeed cache plugin. We contacted their support and they replied the following:
- please check with smart slider support, if their plugin has any hook we can useor kindly ask them to add this code to their save action
if ( defined('LSCWP_V')) {
I assume it is saved like custom post type ,if it’s other type , can also try with the URL purge , e.g.
do_action( 'litespeed_purge_post', $post_id );
}do_action( 'litespeed_purge_url', '/slider-page/' );
Could you please check the above suggestions? How can we do to make both plugins work together correctly?
Thanks
- please check with smart slider support, if their plugin has any hook we can useor kindly ask them to add this code to their save action
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.