10 lines
530 B
PHP
10 lines
530 B
PHP
<?php
|
|
// Boost Cache Plugin - v0.0.3
|
|
if ( ! file_exists( '/var/www/html/sigeita/ambiente-de-test/wp-content/plugins/jetpack-boost/app/modules/optimizations/page-cache/pre-wordpress/Boost_Cache.php' ) ) {
|
|
return;
|
|
}
|
|
require_once( '/var/www/html/sigeita/ambiente-de-test/wp-content/plugins/jetpack-boost/app/modules/optimizations/page-cache/pre-wordpress/Boost_Cache.php');
|
|
$boost_cache = new Automattic\Jetpack_Boost\Modules\Optimizations\Page_Cache\Pre_WordPress\Boost_Cache();
|
|
$boost_cache->init_actions();
|
|
$boost_cache->serve();
|