Is it possible to reload (or delete) the wp-super-cache from a php script? Is there a specific function for that?
A:
The cache (if we are talking about the same thing) is client-side and not accessible by PHP.
elusive
2010-09-10 07:09:24
i talk about plagin super cash . it work on server
kusanagi
2010-09-10 07:10:08
I am not a clairvoyant! Should i have smelled that?
elusive
2010-09-10 07:15:26
The wordpress tag might have been a clue....
VolkerK
2010-09-10 08:01:02
...had it been there when the question was asked.
konforce
2010-09-10 08:02:37
A:
You can reload it from the administration panel. If you want to do it remotely, you can write a script that simply
rm -rf [cache dir]
Just see where you have that dir.
Tomasz Kowalczyk
2010-09-10 08:04:19