Page 1 of 1

Loading Quick Cache in an outside WP environment?

PostPosted: January 11th, 2012, 7:33 am
by popokolok
Hello,

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!!

Re: Loading Quick Cache in an outside WP environment?

PostPosted: January 12th, 2012, 4:19 am
by popokolok
Please, any info will be greatly appreciated!