| Server IP : 185.252.147.100 / Your IP : 216.73.217.33 Web Server : nginx/1.27.3 System : Linux mitrofanov.ru 6.1.0-37-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22) x86_64 User : mitr ( 1000) PHP Version : 8.2.29 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /www/html/auto.mitrofanov.ru/public/wp-content/plugins/tools4wp/includes/ |
Upload File : |
<?php
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) )
{
exit;
}
if ( ! class_exists('Tools4WP_Addons'))
{
class Tools4WP_Addons
{
public function initialize_addons()
{
include MY_PLUGIN_ADDONS . '/thrive_suite.php';
include MY_PLUGIN_ADDONS . '/breakdance.php';
include MY_PLUGIN_ADDONS . '/reset_pro.php';
include MY_PLUGIN_ADDONS . '/wordfence.php';
include MY_PLUGIN_ADDONS . '/auto_spinner.php';
include MY_PLUGIN_ADDONS . '/bricks.php';
include MY_PLUGIN_ADDONS . '/bricks_extras.php';
include MY_PLUGIN_ADDONS . '/bricksforge.php';
include MY_PLUGIN_ADDONS . '/bultimate.php';
include MY_PLUGIN_ADDONS . '/greenshift.php';
include MY_PLUGIN_ADDONS . '/mailpoet.php';
include MY_PLUGIN_ADDONS . '/updraftplus.php';
include MY_PLUGIN_ADDONS . '/cwicly.php';
include MY_PLUGIN_ADDONS . '/wp_indeed.php';
include MY_PLUGIN_ADDONS . '/mailster.php';
include MY_PLUGIN_ADDONS . '/wp_automatic.php';
include MY_PLUGIN_ADDONS . '/smushit.php';
include MY_PLUGIN_ADDONS . '/aihub.php';
include MY_PLUGIN_ADDONS . '/rank_math_pro.php';
include MY_PLUGIN_ADDONS . '/microthemer.php';
include MY_PLUGIN_ADDONS . '/pluginpoets.php';
include MY_PLUGIN_ADDONS . '/ninja_activator.php';
include MY_PLUGIN_ADDONS . '/pinegrow.php';
include MY_PLUGIN_ADDONS . '/droip.php';
}
}
$tools4wp_addons = new Tools4WP_Addons;
$tools4wp_addons->initialize_addons();
}
?>