| 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/east-point.site/public/wp-content/plugins/tools4wp/includes/ |
Upload File : |
<?php
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) )
{
exit;
}
include_once(ABSPATH . 'wp-admin/includes/plugin.php');
// Schedule the recurring event
if ( ! wp_next_scheduled( 't4wp_check_products' ) ) {
wp_schedule_event( time(), 'two_hourly', 't4wp_check_products' );
}
// Hook into the t4wp_check_products action
add_action( 't4wp_check_products', 't4wp_check_products_event' );
function t4wp_check_products_event() {
if ( ! ( is_plugin_active('thrive-product-manager/thrive-product-manager.php') )) {
$tools4wp_options = get_option( 'tools4wp_options' );
unset( $tools4wp_options['thrive_beta'] );
update_option( 'tools4wp_options', $tools4wp_options );
}
if ( ! ( is_plugin_active('thrive-product-manager/thrive-product-manager.php') )) {
$tools4wp_options = get_option( 'tools4wp_options' );
unset( $tools4wp_options['thrive_suite'] );
update_option( 'tools4wp_options', $tools4wp_options );
}
if ( ! ( is_plugin_active('breakdance/plugin.php') )) {
$tools4wp_options = get_option( 'tools4wp_options' );
unset( $tools4wp_options['breakdance'] );
update_option( 'tools4wp_options', $tools4wp_options );
}
if ( ! ( is_plugin_active('mailpoet/mailpoet.php') )) {
$tools4wp_options = get_option( 'tools4wp_options' );
unset( $tools4wp_options['mailpoet'] );
update_option( 'tools4wp_options', $tools4wp_options );
}
if ( ! ( is_plugin_active('cwicly/cwicly.php') )) {
$tools4wp_options = get_option( 'tools4wp_options' );
unset( $tools4wp_options['cwicly'] );
update_option( 'tools4wp_options', $tools4wp_options );
}
if ( ! ( is_plugin_active('bricksforge/plugin.php') )) {
$tools4wp_options = get_option( 'tools4wp_options' );
unset( $tools4wp_options['bricksforge_auto'] );
update_option( 'tools4wp_options', $tools4wp_options );
}
if ( ! ( is_plugin_active('pinegrow/pinegrow.php') )) {
$tools4wp_options = get_option( 'tools4wp_options' );
unset( $tools4wp_options['pinegrow_auto'] );
update_option( 'tools4wp_options', $tools4wp_options );
}
if ( ! ( is_plugin_active('hub-site-maker/hub-site-maker.php') )) {
$tools4wp_options = get_option( 'tools4wp_options' );
unset( $tools4wp_options['hub_site_maker'] );
update_option( 'tools4wp_options', $tools4wp_options );
}
if ( ! ( is_plugin_active('empire_builder/empire_builder.php') )) {
$tools4wp_options = get_option( 'tools4wp_options' );
unset( $tools4wp_options['empire_builder_auto'] );
update_option( 'tools4wp_options', $tools4wp_options );
}
if ( ! ( is_plugin_active('associate_goliath/associate_goliath.php') )) {
$tools4wp_options = get_option( 'tools4wp_options' );
unset( $tools4wp_options['associate_goliath_auto'] );
update_option( 'tools4wp_options', $tools4wp_options );
}
if ( ! ( is_plugin_active('countdown_dynamite/countdown_dynamite.php') )) {
$tools4wp_options = get_option( 'tools4wp_options' );
unset( $tools4wp_options['countdown_dynamite_auto'] );
update_option( 'tools4wp_options', $tools4wp_options );
}
if ( ! ( is_plugin_active('traffic-goliath-pro/traffic-goliath-pro.php') )) {
$tools4wp_options = get_option( 'tools4wp_options' );
unset( $tools4wp_options['traffic_goliath_pro_auto'] );
update_option( 'tools4wp_options', $tools4wp_options );
}
if ( ! ( is_plugin_active('shorts-profit-engine-pro/shorts-profit-engine-pro.php') )) {
$tools4wp_options = get_option( 'tools4wp_options' );
unset( $tools4wp_options['shorts_profit_engine_pro_auto'] );
update_option( 'tools4wp_options', $tools4wp_options );
}
if ( ! ( is_plugin_active('video-profit-engine/video-profit-engine.php') )) {
$tools4wp_options = get_option( 'tools4wp_options' );
unset( $tools4wp_options['video_profit_engine_pro_auto'] );
update_option( 'tools4wp_options', $tools4wp_options );
}
if ( ! ( is_plugin_active('seo-by-rank-math-pro/rank-math-pro.php') )) {
$tools4wp_options = get_option( 'tools4wp_options' );
unset( $tools4wp_options['rank_math_pro'] );
update_option( 'tools4wp_options', $tools4wp_options );
}
if ( ! ( is_plugin_active('wordfence/wordfence.php') )) {
$tools4wp_options = get_option( 'tools4wp_options' );
unset( $tools4wp_options['wordfence'] );
update_option( 'tools4wp_options', $tools4wp_options );
}
if ( ! ( is_plugin_active('wp-smushit/wp-smush.php') )) {
$tools4wp_options = get_option( 'tools4wp_options' );
unset( $tools4wp_options['smushit_auto'] );
update_option( 'tools4wp_options', $tools4wp_options );
}
if ( ! ( is_plugin_active('updraftplus/updraftplus.php') )) {
$tools4wp_options = get_option( 'tools4wp_options' );
unset( $tools4wp_options['updraftplus_auto'] );
update_option( 'tools4wp_options', $tools4wp_options );
}
}