Purge cache for a single user’s private cache
-
Hello, I need to purge the cache for a single user’s private cache. I believe I could use the hook ‘litespeed_purge_private’, but the official documentation doesn’t specify how to do it.
I’m trying with;
do_action('litespeed_purge_private', 'user_' . $user_id);
, but I’m not sure if it’s correct. Could you please assist me?Thank you.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Purge cache for a single user’s private cache’ is closed to new replies.