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