| 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/ |
Upload File : |
<?php
// Exit if accessed directly
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
die;
}
// Remove Transients
$settingOptions = array(
// Remove Brick License
'bricks_license_status',
'timeout_bricks_license_status',
// Remove Tools4WP license
'tools4wp_install_transient',
'tools4wp_update_transient'
);
foreach ($settingOptions as $settingName) {
delete_transient($settingName);
}
$settingOptions = array(
// Remove License for PluginPoets
'6ca862f726',
'aihub_purchase_code',
'aihub_register_env',
'aihub_purchase_code_status',
'liquid_license_status',
// Remove Pinegrow
'pinegrow-license',
// Remove Rank Math Pro
'rank_math_connect_data',
'rank_math_registration_skip',
// Remove Whitelabel
't4wp_white',
// Remove License for PluginPoets
'vpe_activate_email',
'spe_activate_email',
'tg_activate_email',
'spe_activate_email-shorts-profit-engine-pro',
'hsm_activate_email',
'vpe_activate_email-video-profit-engine',
'emb_activate_email',
'ucd_activate_email',
// Remove License for Cwicly
'cwicly_plugin_license_key_status',
'cwicly_plugin_license_key',
'cwicly_license_check',
// Remove License for WP Automatic
'wp_automatic_license',
'wp_automatic_license_active_date',
'wp_automatic_license_active',
'alb_license_active',
// Remove License for WP Indeed Software
'ihc_license_set',
'uap_license_set',
'ulp_license_set',
'ism_license_set',
// Remove License for WP Auto Spinner
'wp_auto_spinner_license',
'wp_auto_spinner_license_active',
'wp_auto_spinner_license_active_date',
'wp_auto_spinner_version_updated',
// Remove License for Breakdance
'breakdance_license_key_validity_info',
// Remove License for Bricks Builder
'bricks_license_key',
// Remove License for Bricks Extras
'bricksextras_license_key',
'bricksextras_license_status',
// Remove License for Bricks Ultimate
'bultimate_license_key',
'bultimate_license_status',
'bultimate_license_details',
'bultimate_el',
// Remove License for Greenshift
'gspb_edd_licenses',
// Remove License for Reset Pro
'wf_licensing_wpr',
// Remove License for Thrive Suite
'tve_update_option',
'tve-tracking-allowed',
'tva_hide_legacy_design',
'tva_setting_wizard',
'_thrive_tr_tpm_all_ttw_products',
'tpm_token',
'tpm_connection',
'_thrive_tr_td_ttw_licenses_details',
'thrive_license',
// Removal of Tools4WP
'tools4wp_options',
'tools4wp_updates',
'tools4wp_premium',
'tools4wp_license',
'tools4wp_update'
);
foreach ($settingOptions as $settingName) {
delete_option($settingName);
}
// Remove License for Mailpoet
global $wpdb;
$wpdb->query( "DROP TABLE IF EXISTS {$wpdb->prefix}mailpoet_settings" );
$wpdb->query( "DROP TABLE IF EXISTS {$wpdb->prefix}mta" );