in the line 302 – fast-velocity-minify/inc/common.php
# Purge LiteSpeed Cache
if (class_exists(‘LiteSpeed_Cache_Tags’)) {
LiteSpeed_Cache_Tags::add_purge_tag(‘*’);
I think this is now deprecated now Lightspeed have new actions
do_action( ‘litespeed_purge_all’ );
https://docs.litespeedtech.com/lscache/lscwp/api/#purge-a-cache-tag
Thanks for this, will be live on the next update.
Hi Raul!
Can you paste the code if it´s easy and you have time for litespeed here for a temporal fix? my code doesnt work…
thanks
do_action( ‘litespeed_purge_all’ ); is live on 3.1.5. Thanks
Ei! thx, last update rocks!