true, 'separate_mobile_cache' => false, 'exclude_urls' => ['/cart', '/checkout', '/my-account'], 'minify_css' => false, 'minify_js' => false, 'lazyload_images' => false, 'preload_enabled' => false, ]; foreach ($defaults as $key => $value) { if (get_option("wp_recache_{$key}") === false) { add_option("wp_recache_{$key}", $value); } } } /** * Create advanced-cache.php drop-in. */ private static function create_advanced_cache() { $advanced_cache = WP_CONTENT_DIR . '/advanced-cache.php'; if (file_exists($advanced_cache)) { return; } $content = '