W3 Total Cache Error: some files appear to be missing or out of place. Please re-install plugin or remove %s.
', __FILE__ );
}
} else {
require_once W3TC_DIR . '/w3-total-cache-api.php';
$w3tc_redirect = \W3TC\Dispatcher::component( 'Mobile_Redirect' );
$w3tc_redirect->process();
$w3tc_config = \W3TC\Dispatcher::config();
if ( $w3tc_config->get_boolean( 'pgcache.enabled' ) ) {
$o = \W3TC\Dispatcher::component( 'PgCache_ContentGrabber' );
$o->process();
}
}
}