Have there been any updates?
The php function to remove the cache from some pages, when I perform an action, is no longer valid.
Even if the Litespeed cache plugin message appears that the cache is cleared:
https://i.ibb.co/WvFg8L3/43243243243234.jpg
The function is:
add_action( 'scp_update_menu_order', 'lscwp_purge_order' );
function lscwp_purge_order() {
if ( defined( 'LSCWP_V' ) ) {
do_action('litespeed_purge_url', 'https://www.mywebsite.com/');
} }
The plugin that does this action hasn’t been updated since many months ago.
Do you know why it doesn’t work anymore?
Even if I clear the cache individually for a page it doesn’t work. It only works if I update a post.