| 1 |
<?php |
| 2 |
if (!defined('ABSPATH')) exit; |
| 3 |
|
| 4 |
// Hosting |
| 5 |
require_once optifer_PATH . '/inc/thirdparty/hosting/Cloudways.php'; |
| 6 |
require_once optifer_PATH . '/inc/thirdparty/hosting/Siteground.php'; |
| 7 |
require_once optifer_PATH . '/inc/thirdparty/hosting/WPEngine.php'; |
| 8 |
require_once optifer_PATH . '/inc/thirdparty/hosting/Pagely.php'; |
| 9 |
require_once optifer_PATH . '/inc/thirdparty/hosting/Pantheon.php'; |
| 10 |
require_once optifer_PATH . '/inc/thirdparty/hosting/Pressable.php'; |
| 11 |
|
| 12 |
// Plugin |
| 13 |
require_once optifer_PATH . '/inc/thirdparty/plugin/CloudflarePageCache.php'; |
| 14 |
require_once optifer_PATH . '/inc/thirdparty/plugin/NginxHelper.php'; |
| 15 |
require_once optifer_PATH . '/inc/thirdparty/plugin/ObjectCachePro.php'; |
| 16 |
require_once optifer_PATH . '/inc/thirdparty/plugin/AdminSiteEnhancements.php'; |
| 17 |
require_once optifer_PATH . '/inc/thirdparty/plugin/HideMyWPGhost.php'; |
| 18 |
|
| 19 |
// Server |
| 20 |
require_once optifer_PATH . '/inc/thirdparty/server/Nginx.php'; |