clear cache for one user in WP Fastest Cache
-
Hi, how to disable the cache for a single user on PHP? I used to do like this
setcookie(‘comment_author_’, “true”, time()+5356800,”/”);
setcookie(‘wordpress_logged_in_14’, “true”, time()+5356800,”/”);
but now, this method does not work.Thank you.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘clear cache for one user in WP Fastest Cache’ is closed to new replies.