Delete Cache from outside plugin
-
I have a site that has some pages which are generated from an externally updated database table. The table is only updated once a month so I can cache the pages. I just need to delete the cache when I update the table.
I have a routine that updates the table. The only thing is that I then have to delete the wp super cache separately.
Is there an API or something I can call that will delete the cache. It would also be great to call the Preload Cache function too after that…
- The topic ‘Delete Cache from outside plugin’ is closed to new replies.