Loading Quick Cache in an outside WP environment?
Posted: January 11th, 2012, 7:33 am
Hello,
I have a couple of pages on which I have loaded the WP environment with:
My question is, how can I call the Quick Cache plugin to cache those pages - what is the function/hook? Since it does not occur automatically when the plugin is enabled in the WP installation...
Thank you!!
I have a couple of pages on which I have loaded the WP environment with:
- Code: Select all
<?php
define('WP_USE_THEMES', false);
require('../wp-blog-header.php');
?>
My question is, how can I call the Quick Cache plugin to cache those pages - what is the function/hook? Since it does not occur automatically when the plugin is enabled in the WP installation...
Thank you!!