# searchpro/4.0.28/inc/thirdparty/index.php

BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS &amp; JavaScript, version 4.0.28. 32 lines.

- Page: https://pluginprobe.com/plugins/searchpro/4.0.28/code/inc/thirdparty/index.php
- Raw: https://pluginprobe.com/plugins/searchpro/4.0.28/raw/inc/thirdparty/index.php
- Modified: 2026-06-09T13:53:22+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/searchpro/4.0.28/code/inc/thirdparty/index.php#L10-L20`.

```php
<?php
if (!defined('ABSPATH')) exit;

// Hosting
require_once optifer_PATH . '/inc/thirdparty/hosting/Cloudways.php';
require_once optifer_PATH . '/inc/thirdparty/hosting/Siteground.php';
require_once optifer_PATH . '/inc/thirdparty/hosting/WPEngine.php';
require_once optifer_PATH . '/inc/thirdparty/hosting/Pagely.php';
require_once optifer_PATH . '/inc/thirdparty/hosting/Pantheon.php';
require_once optifer_PATH . '/inc/thirdparty/hosting/Pressable.php';
require_once optifer_PATH . '/inc/thirdparty/hosting/StackCDN.php';

// Plugin
require_once optifer_PATH . '/inc/thirdparty/plugin/CloudflarePageCache.php';
require_once optifer_PATH . '/inc/thirdparty/plugin/NginxHelper.php';
require_once optifer_PATH . '/inc/thirdparty/plugin/ObjectCachePro.php';
require_once optifer_PATH . '/inc/thirdparty/plugin/AdminSiteEnhancements.php';
require_once optifer_PATH . '/inc/thirdparty/plugin/HideMyWPGhost.php';
require_once optifer_PATH . '/inc/thirdparty/plugin/WooCommerce.php';
require_once optifer_PATH . '/inc/thirdparty/plugin/Elementor.php';
require_once optifer_PATH . '/inc/thirdparty/plugin/FilterEverything.php';
require_once optifer_PATH . '/inc/thirdparty/plugin/EWWW.php';
require_once optifer_PATH . '/inc/thirdparty/plugin/TranslatePress.php';
require_once optifer_PATH . '/inc/thirdparty/plugin/WPForms.php';
require_once optifer_PATH . '/inc/thirdparty/plugin/WPAllImport.php';
require_once optifer_PATH . '/inc/thirdparty/plugin/WooJTLConnector.php';
require_once optifer_PATH . '/inc/thirdparty/plugin/Polylang.php';
require_once optifer_PATH . '/inc/thirdparty/plugin/YoastSEO.php';
require_once optifer_PATH . '/inc/thirdparty/plugin/MetaBoxAIO.php';

// Server
require_once optifer_PATH . '/inc/thirdparty/server/Nginx.php';
```
