403Webshell
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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /www/html/east-point.site/public/wp-content/plugins/tools4wp/includes/options-page.php
<?php
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) 
{
    exit;
}

// Add the menu item
function tools4wp_add_menu_item() {
    $t4wp_name = get_option('t4wp_white');
    $plugin_name = $t4wp_name['name'] ?? 'Tools4WP';
    // $t4wp_name = get_option('t4wp_white');
    $short_name = $t4wp_name['short_name'] ?? 'tools4wp';
    add_submenu_page(
        "tools.php",
        "Tools4WP Options",
        $plugin_name,
        "manage_options",
        $short_name . "_options",
        "tools4wp_page_contents",
        99
    );
}
add_action("admin_menu", "tools4wp_add_menu_item");

// function tools4wp_add_menu_item() {
//     if (is_multisite() && is_network_admin()) {
//         add_submenu_page(
//             "settings.php",
//             "Tools4WP Options",
//             "Tools4WP",
//             "manage_options",
//             "tools4wp_options",
//             "tools4wp_page_contents",
//             99
//         );
//     }
//     add_submenu_page(
//         "tools.php",
//         "Tools4WP Options",
//         "Tools4WP",
//         "manage_options",
//         "tools4wp_options",
//         "tools4wp_page_contents",
//         99
//     );

// }
// if (is_multisite()) {
//     add_action("network_admin_menu", "tools4wp_add_menu_item");
// }
// add_action("admin_menu", "tools4wp_add_menu_item");


// Add the page contents
function tools4wp_page_contents() {
    $t4wp_name = get_option('t4wp_white');
    $plugin_name = $t4wp_name['name'] ?? 'Tools4WP';
    ?>
    <div class="wrap">
        <div class="wrap">
        <div style="display: flex; align-items: center;">
		  <img src="..\wp-content\plugins\tools4wp\images\tools4wp_logo.png" alt="Tools4wp logo" style="width:50px;height:50px;padding-right:10px;display:inline-block;">
		  <h1 style="display:inline-block;"><?php echo $plugin_name; ?></h1>
		</div>
		<?php echo "<p>Version: ". get_option('tools4wp_options')['tools4wp_version']."</p>"; ?>
		</div>
        <?php settings_errors(); ?>
        <?php
            $active_tab = isset( $_GET[ 'tab' ] ) ? $_GET[ 'tab' ] : 'options';
            $options = get_option( 'tools4wp_options' );
            $short_name = $t4wp_name['short_name'] ?? 'tools4wp';
        ?>
        <h2 class="nav-tab-wrapper">
            <a href="?page=<?php echo $short_name; ?>_options&tab=options" class="nav-tab <?php echo $active_tab == 'options' ? 'nav-tab-active' : ''; ?>">Options</a>
            <a href="?page=<?php echo $short_name; ?>_options&tab=downloads" class="nav-tab <?php echo $active_tab == 'downloads' ? 'nav-tab-active' : ''; ?>">Downloads</a>
            <a href="?page=<?php echo $short_name; ?>_options&tab=license" class="nav-tab <?php echo $active_tab == 'license' ? 'nav-tab-active' : ''; ?>">Licenses</a>
            <a href="?page=<?php echo $short_name; ?>_options&tab=update" class="nav-tab <?php echo $active_tab == 'update' ? 'nav-tab-active' : ''; ?>">Update</a>
            <a href="?page=<?php echo $short_name; ?>_options&tab=help" class="nav-tab <?php echo $active_tab == 'help' ? 'nav-tab-active' : ''; ?>">Help</a>
        </h2>
        <form method="post" action="options.php">
            <?php
                $tools4wp_updates = get_option('tools4wp_updates');
                if (is_array($tools4wp_updates) && isset($tools4wp_updates['tt_up_allowed']) && $tools4wp_updates['tt_up_allowed'] == true) {
                    delete_option('tools4wp_updates');
                    update_option('tools4wp_updates', 'false');
                    $tools4wp_license = get_option( 'tools4wp_license' );
                    unset( $tools4wp_license['tools4wp_updates_number'] );
                    update_option( 'tools4wp_license', $tools4wp_license );
                }
                if( $active_tab == 'options' ) {
                    settings_fields( 'tools4wp_options_group' );
                    do_settings_sections( 'tools4wp_options_group' );
                    submit_button();
                } else if( $active_tab == 'downloads' ) {
                    $options = get_option('tools4wp_updates');
                    if (get_option('tools4wp_updates') == 'false'){
                        echo "<h4>Add Updates License to get download links</h4>";
                    } else {
                        if ($options && array_key_exists('program_downloads', $options)) {
                            if(get_option('tools4wp_updates')['t4wp_up_allowed'] == true){ 
                            // if (get_transient('tools4wp_update_transient')) {
                                require MY_PLUGIN_PATH . 'addons/downloads.php';
                                echo '<style>
                                .button {
                                    text-align: center;
                                    margin-top: 5px !important;
                                    margin-right: 5px !important;
                                }
                                </style>';                             
                                    // Loop through the array and create a download button for each plugin_link
                                    echo "<h3>Download the desired plugin/s from Babia.to</h3>";
                                    foreach ($plugin_links as $plugin_link) {
                                        echo '<a href="' . $plugin_link['url'] . '" class="button" target="_blank">' . $plugin_link['title'] . '</a>';
                                    }
                                    echo "<h3>Download the desired theme/s</h3>";
                                    foreach ($theme_links as $theme_link) {
                                        echo '<a href="' . $theme_link['url'] . '" class="button" target="_blank">' . $theme_link['title'] . '</a>';
                                    }
                                    echo "<h3>Direct download of your desired plugin/s</h3>";
                                    foreach ($plugin_direct_links as $plugin_direct_link) {
                                        echo '<a href="' . $plugin_direct_link['url'] . '" class="button" target="_blank">' . $plugin_direct_link['title'] . '</a>';
                                    }
                            } else {
                                echo "<h4>Add Updates License to get download links</h4>";
                            }
                        } else {
                            echo "<h4>Update your license to get download links</h4>";
                        }
                    }
                } else if( $active_tab == 'license' ) {
                    $t4wp_name = get_option('t4wp_white');
                    $plugin_url = $t4wp_name['PluginURI'] ?? 'https://tools4wp.com/t4wp90';
                    $tools4wp_exp = get_option('tools4wp_updates');
                    if (isset($tools4wp_exp['t4wp_exp'])) {
                        $tools4wp_expiration = $tools4wp_exp['t4wp_exp'];
                    } else {
                        $tools4wp_expiration = 'No License found';
                    }
                    echo "<p>Your Updates License is set to expire on $tools4wp_expiration;</p>";
                    settings_fields( 'tools4wp_license_group' );
                    do_settings_sections( 'tools4wp_license_group' );
                    echo "<p>Get your FREE Updates License <a href='$plugin_url' target='_blank'>here</a></p>";
                    echo "<p>Get your FREE Three Days Premium License <a href='https://tools4wp.com/premium/' target='_blank'>here</a></p>";
                    submit_button();
                    delete_transient('tools4wp_update_transient');
                    delete_transient( 'tools4wp_addons_transient' );
                } else if( $active_tab == 'update' ) {
                    if ( get_option('tools4wp_updates') == 'false' ) {
                        echo "<h4>Add Updates License to get updates</h4>";
                        $t4wp_name = get_option('t4wp_white');
                        $plugin_url = $t4wp_name['PluginURI'] ?? 'https://tools4wp.com/t4wp';
                        echo "<p>Get your FREE Updates License <a href='$plugin_url' target='_blank'>here</a></p>";
                    } else if (get_option('tools4wp_updates')['ver_num'] > get_option('tools4wp_options')['tools4wp_version']) {
                        settings_fields( 'tools4wp_update_group' );
                        do_settings_sections( 'tools4wp_update_group' );
                        submit_button();
                        delete_transient('tools4wp_update_transient');
                    } else {
                        echo "<h4>No Updates available at this time</h4>";
                    }
                } else if( $active_tab == 'help' ) {
                    $options = get_option('tools4wp_updates');
                    if (get_option('tools4wp_updates') == 'false'){
                        echo "<h4>Add Updates License to get help links</h4>";
                    } else {
                        if ($options && array_key_exists('help_downloads', $options)) {
                            if (get_transient('tools4wp_update_transient')) {
                            require MY_PLUGIN_PATH . 'addons/help_downloads.php';
                                echo '<style>
                                .button {
                                    text-align: center;
                                    margin-top: 5px !important;
                                    margin-right: 5px !important;
                                }
                                </style>';                             
                                    // Loop through the array and create a download button for each plugin_link
                                    echo "<h3>View the desired help video</h3>";
                                    foreach ($help_links as $help_link) {
                                        echo '<a href="#" onclick="window.open(\'' . $help_link['url'] . '\', \'newwindow\', \'width=600, height=400\'); return false;" class="button">' . $help_link['title'] . '</a>';
                                    }                               
                            } else {
                                echo "<h4>Add Updates License to get help links</h4>";
                            }
                        } else {
                            echo "<h4>Update your license to get help links</h4>";
                        }
                    }
                }
                // submit_button();
            ?>
        </form>

    </div>
    <?php
}

// Register Option settings
function tools4wp_option_settings() {
    register_setting(
        "tools4wp_options_group",
        "tools4wp_options",
        "tools4wp_sanitize"
    );

    add_settings_section(
        "tools4wp_section",
        "",
        null,
        "tools4wp_options_group"
    );

    $fields = array(
        array("ai_hub_theme", "AIHub Theme", "ai_hub_theme_callback"),
        array("ai_hub_theme_auto", "Auto Apply License", "ai_hub_theme_auto_callback"),
        array("associate_goliath", "Associate Goliath", "associate_goliath_callback"),
        array("associate_goliath_auto", "Auto Apply License", "associate_goliath_auto_callback"),
        array("auto_spinner", "Auto Spinner", "auto_spinner_callback"),
        array("breakdance", "Breakdance", "breakdance_callback"),
        array("bricks_builder", "Bricks Builder", "bricks_builder_callback"),
        array("bricks_extras", "Bricks Extras", "bricks_extras_callback"),
        array("bricksforge", "Bricksforge", "bricksforge_callback"),
        array("bricksforge_auto", "Auto Apply License", "bricksforge_auto_callback"),
        array("bricks_ultimate", "Bricks Ultimate", "bricks_ultimate_callback"),
        array("countdown_dynamite", "Countdown Dynamite", "countdown_dynamite_callback"),
        array("countdown_dynamite_auto", "Auto Apply License", "countdown_dynamite_auto_callback"),
        array("cwicly", "Cwicly", "cwicly_callback"),
        array("driop", "Driop", "droip_callback"),
        array("driop_auto", "Make License page look nice", "droip_auto_callback"),
        array("empire_builder", "Empire Builder", "empire_builder_callback"),
        array("empire_builder_auto", "Auto Apply License", "empire_builder_auto_callback"),
        array("greenshift", "Greenshift", "greenshift_callback"),
        array("greenshift_auto", "Auto Apply License", "greenshift_auto_callback"),
        array("hub_site_maker", "Hub Site Maker", "hub_site_maker_callback"),        
        array("mailpoet", "Mailpoet", "mailpoet_callback"),
        array("mailster", "Mailster", "mailster_callback"),
        array("microthemer", "Microthemer", "microthemer_callback"),
        array("microthemer_auto", "Auto Apply License", "microthemer_auto_callback"),
        array("pinegrow", "Pinegrow", "pinegrow_callback"),
        array("pinegrow_auto", "Apply Auto License", "pinegrow_auto_callback"),
        array("rank_math_pro", "Rank Math Pro", "rank_math_pro_callback"),        
        array("reset_pro", "Reset Pro", "reset_pro_callback"),
        array("shorts_profit_engine_pro", "Shorts Profit Engine Pro", "shorts_profit_engine_pro_callback"),
        array("shorts_profit_engine_pro_auto", "Auto Apply License", "shorts_profit_engine_pro_auto_callback"),
        array("smushit", "SmushIt", "smushit_callback"),
        array("smushit_auto", "Auto Apply License", "smushit_auto_callback"),
        array("thrive_suite", "Thrive Product Manager", "thrive_suite_callback"),
        array("thrive_beta", "Thrive Beta Channel", "thrive_beta_callback"),
        array("traffic_goliath_pro", "Traffic Goliath Pro", "traffic_goliath_pro_callback"),
        array("traffic_goliath_pro_auto", "Auto Apply License", "traffic_goliath_pro_auto_callback"),
        array("updraftplus", "Updraftplus", "updraftplus_callback"),
        array("updraftplus_auto", "Auto Apply Addons", "updraftplus_auto_callback"),
        array("video_profit_engine_pro", "Video Profit Engine", "video_profit_engine_pro_callback"),
        array("video_profit_engine_pro_auto", "Auto Apply License", "video_profit_engine_pro_auto_callback"),
        array("wordfence", "Wordfence", "wordfence_callback"),
        array("automatic", "WP Automatic", "automatic_callback"),
        array("wp_indeed", "WP Indeed Software", "wp_indeed_callback"),

    );

    for ($i = 0; $i < count($fields); $i++) {
        if (in_array($i, array(1, 3, 9, 12, 15, 17, 19, 24, 26, 30, 32, 34, 36, 38, 40))) {
            add_settings_field(
                $fields[$i][0],
                $fields[$i][1],
                $fields[$i][2],
                "tools4wp_options_group",
                "tools4wp_section",
                array('class' => 'tt_fields')
            );
        } else {
            add_settings_field(
                $fields[$i][0],
                $fields[$i][1],
                $fields[$i][2],
                "tools4wp_options_group",
                "tools4wp_section"
            );
        }        
    }
}
add_action("admin_init", "tools4wp_option_settings");


function my_custom_admin_css() {
    echo '<style>
        .tt_fields th,
        .tt_fields td {
            padding-top: 0px;
            padding-left: 10px;
        }
    </style>';
}
add_action('admin_head', 'my_custom_admin_css');

// Register License settings
function tools4wp_license_settings() {
    register_setting(
        "tools4wp_license_group",
        "tools4wp_license",
        "tools4wp_sanitize"
    );

    add_settings_section(
        "tools4wp_section",
        "",
        null,
        "tools4wp_license_group"
    );

    add_settings_field(
        "tools4wp_updates_number",
        "Updates License",
        "tools4wp_updates_callback",
        "tools4wp_license_group",
        "tools4wp_section"
    );
    
    add_settings_field(
        "tools4wp_license_number",
        "Premium License",
        "tools4wp_license_callback",
        "tools4wp_license_group",
        "tools4wp_section"
    );

    // Add more fields here as needed
}
add_action("admin_init", "tools4wp_license_settings");

// Register Update settings
function tools4wp_update_settings() {
    register_setting(
        "tools4wp_update_group",
        "tools4wp_update",
        "tools4wp_sanitize"
    );

    add_settings_section(
        "tools4wp_section",
        "",
        null,
        "tools4wp_update_group"
    );

    $fields = array(
        array("t4wp_update", "Apply Latest Update", "t4wp_update_callback"),
        array("t4wp_auto_update", "Auto apply updates", "t4wp_auto_update_callback"),
    );

    for ($i = 0; $i < count($fields); $i++) {
        add_settings_field(
            $fields[$i][0],
            $fields[$i][1],
            $fields[$i][2],
            "tools4wp_update_group",
            "tools4wp_section"
        );
    }
}
add_action("admin_init", "tools4wp_update_settings");

// Sanitize the input data
function tools4wp_sanitize($input) {
    $output = array();
    foreach($input as $key => $value) {
        if(isset($input[$key])) {
            $output[$key] = sanitize_text_field($input[$key]);
        }
    }
    return $output;
}

// Define the plugin callbacks
function thrive_beta_callback() {
$tools4wp_updates = get_option('tools4wp_updates');
    if (is_array($tools4wp_updates)) {
        if(get_option('tools4wp_updates')['t4wp_up_allowed'] == true){
            if( is_plugin_active('thrive-product-manager/thrive-product-manager.php') ) {
                $options = get_option("tools4wp_options");
                ?>
                <label><input type="checkbox" name="tools4wp_options[thrive_beta]" value="1" <?php checked(1, isset($options['thrive_beta']), true); ?>> Activate</label>
                <?php
            } else {
                echo "<p style='opacity: 0.50;'>Activate TPM first</p>";
            }
        }
    } else {
    echo "<p style='opacity: 0.50;'>Requires Updates License</p>";
    }
}

function wp_indeed_callback() {
$tools4wp_updates = get_option('tools4wp_updates');
    if (is_array($tools4wp_updates)) {
        if(get_option('tools4wp_updates')['t4wp_up_allowed'] == true){
            if ( is_plugin_active( 'indeed-affiliate-pro/indeed-affiliate-pro.php' ) || is_plugin_active( 'indeed-learning-pro/indeed-learning-pro.php' ) || is_plugin_active( 'indeed-membership-pro/indeed-membership-pro.php' ) ) {
                $options = get_option("tools4wp_options");
                ?>
                <label><input type="checkbox" name="tools4wp_options[wp_indeed]" value="1" <?php checked(1, isset($options['wp_indeed']), true); ?>> Apply</label>
                <?php
            } else {
                echo "<p style='opacity: 0.50;'>Activate plugin first</p>";
            }
        }
    } else {
    echo "<p style='opacity: 0.50;'>Requires Updates License</p>";
    }
}

// Define the theme callbacks
function bricks_builder_callback() {
$tools4wp_updates = get_option('tools4wp_updates');
    if (is_array($tools4wp_updates)) {
        if(get_option('tools4wp_updates')['t4wp_up_allowed'] == true){
            $theme = wp_get_theme(); // gets the current theme
            if ('Bricks' == $theme->name || 'Bricks' == $theme->parent_theme) {
                $options = get_option("tools4wp_options");
                ?>
                <label><input type="checkbox" name="tools4wp_options[bricks_builder]" value="1" <?php checked(1, isset($options['bricks_builder']), true); ?>> Apply</label>
                <?php
            } else {
                echo "<p style='opacity: 0.50;'>Activate theme first</p>";
            }
        }
    } else {
    echo "<p style='opacity: 0.50;'>Requires Updates License</p>";
    }
}

function ai_hub_theme_callback() {
    $tools4wp_updates = get_option('tools4wp_updates');
    if (is_array($tools4wp_updates)) {
        if(get_option('tools4wp_updates')['t4wp_up_allowed'] == true){     
            $theme = wp_get_theme(); // gets the current theme
            if ('AIHub' == $theme->name || 'AIHub' == $theme->parent_theme) {
                $options = get_option("tools4wp_options");
                ?>
                <label><input type="checkbox" name="tools4wp_options[ai_hub_theme]" value="1" <?php checked(1, isset($options['ai_hub_theme']), true); ?>> Apply</label>
                <?php
            } else {
                echo "<p style='opacity: 0.50;'>Activate theme first</p>";
            }
        }
    } else {
    echo "<p style='opacity: 0.50;'>Requires Updates License</p>";
    }
}

function ai_hub_theme_auto_callback() {
    $tools4wp_updates = get_option('tools4wp_updates');
    if (is_array($tools4wp_updates)) {
        if(get_option('tools4wp_updates')['t4wp_up_allowed'] == true){     
            $theme = wp_get_theme(); // gets the current theme
            if ('AIHub' == $theme->name || 'AIHub' == $theme->parent_theme) {
                $options = get_option("tools4wp_options");
                ?>
                <label><input type="checkbox" name="tools4wp_options[ai_hub_theme_auto]" value="1" <?php checked(1, isset($options['ai_hub_theme_auto']), true); ?>> Activate</label>
                <?php
            } else {
                echo "<p style='opacity: 0.50;'>Activate AIHub Theme first</p>";
            }
        }
    } else {
    echo "<p style='opacity: 0.50;'>Requires Updates License</p>";
    }
}

// Define the license callbacks
function tools4wp_updates_callback() {
    $options = get_option("tools4wp_license");
    ?>
    <input type="password" name="tools4wp_license[tools4wp_updates_number]" value="<?php echo isset($options['tools4wp_updates_number']) ? $options['tools4wp_updates_number'] : ''; ?>">
    <?php
}

function tools4wp_license_callback() {
    $options = get_option("tools4wp_license");
    ?>
    <input type="password" name="tools4wp_license[tools4wp_premium_number]" value="<?php echo isset($options['tools4wp_premium_number']) ? $options['tools4wp_premium_number'] : ''; ?>">
    <?php
}

// Define the Update callbacks
function t4wp_update_callback() {
    $options = get_option("tools4wp_update");
    ?>
        <label><input type="checkbox" name="tools4wp_update[t4wp_update]" value="1" <?php checked(1, isset($options['t4wp_update']), true); ?>> Apply</label>
    <?php
}

function t4wp_auto_update_callback() {
    $options = get_option("tools4wp_update");
    ?>
        <label><input type="checkbox" name="tools4wp_update[t4wp_auto_update]" value="1" <?php checked(1, isset($options['t4wp_auto_update']), true); ?>> Activate</label>
    <?php
}



// Function Brains
include_once(ABSPATH . 'wp-admin/includes/plugin.php');

function plugin_callback($plugin_folder, $plugin_name, $option_name, $auto = false) {
    $tools4wp_updates = get_option('tools4wp_updates');
    if (is_array($tools4wp_updates)) {
        if(get_option('tools4wp_updates')['t4wp_up_allowed'] == true){  
            if ( is_plugin_active($plugin_folder.'/'.$plugin_name.'.php' ) ) {
                $options = get_option("tools4wp_options");
                ?>
                <label><input type="checkbox" name="tools4wp_options[<?php echo $option_name; ?>]" value="1" <?php checked(1, isset($options[$option_name]), true); ?>> <?php echo $auto ? 'Activate' : 'Apply'; ?></label>
                <?php
            } else {
                echo "<p style='opacity: 0.50;'>Activate plugin first</p>";
            }
        }
    } else {
        echo "<p style='opacity: 0.50;'>Requires Updates License</p>";
    }
}

// Plugin List
function thrive_suite_callback() {
    plugin_callback('thrive-product-manager', 'thrive-product-manager', 'thrive_suite');
}

function countdown_dynamite_callback() {
    plugin_callback('countdown_dynamite', 'countdown_dynamite', 'countdown_dynamite');
}

function countdown_dynamite_auto_callback() {
    plugin_callback('countdown_dynamite', 'countdown_dynamite', 'countdown_dynamite_auto', true);
}

function reset_pro_callback() {
    plugin_callback('wp-reset', 'wp-reset', 'reset_pro');
}

function auto_spinner_callback() {
    plugin_callback('wp-auto-spinner', 'wp-auto-spinner', 'auto-spinner');
}

function breakdance_callback() {
    plugin_callback('breakdance', 'plugin', 'breakdance');
}

function bricks_extras_callback() {
    plugin_callback('bricksextras', 'bricksextras', 'bricks_extras');
}

function bricksforge_callback() {
    plugin_callback('bricksforge', 'plugin', 'bricksforge');
}

function bricksforge_auto_callback() {
    plugin_callback('bricksforge', 'plugin', 'bricksforge_auto', true);
}

function bricks_ultimate_callback() {
    plugin_callback('bricksultimate', 'bricksultimate', 'bricks_ultimate');
}

function greenshift_callback() {
    plugin_callback('greenshift-animation-and-page-builder-blocks', 'plugin', 'greenshift');
}

function greenshift_auto_callback() {
    plugin_callback('greenshift-animation-and-page-builder-blocks', 'plugin', 'greenshift_auto', true);
}

function mailpoet_callback() {
    plugin_callback('mailpoet', 'mailpoet', 'mailpoet');
}

function updraftplus_callback() {
    plugin_callback('updraftplus', 'updraftplus', 'updraftplus');
}

function updraftplus_auto_callback() {
    plugin_callback('updraftplus', 'updraftplus', 'updraftplus_auto', true);
}

function wordfence_callback() {
    plugin_callback('wordfence', 'wordfence', 'wordfence');
}

function automatic_callback() {
    plugin_callback('wp-automatic', 'wp-automatic', 'automatic');
}

function mailster_callback() {
    plugin_callback('mailster', 'mailster', 'mailster');
}

function smushit_callback() {
    plugin_callback('wp-smushit', 'wp-smush', 'smushit');
}

function smushit_auto_callback() {
    plugin_callback('wp-smushit', 'wp-smush', 'smushit_auto', true);
}

function cwicly_callback() {
    plugin_callback('cwicly', 'cwicly', 'cwicly');
}

function rank_math_pro_callback() {
    plugin_callback('seo-by-rank-math-pro', 'rank-math-pro', 'rank_math_pro');
}

function microthemer_callback() {
    plugin_callback('microthemer', 'tvr-microthemero', 'microthemer');
}

function microthemer_auto_callback() {
    plugin_callback('microthemer', 'tvr-microthemero', 'microthemer_auto', true);
}

function empire_builder_callback() {
    plugin_callback('empire_builder', 'empire_builder', 'empire_builder');
}

function empire_builder_auto_callback() {
    plugin_callback('empire_builder', 'empire_builder', 'empire_builder_auto', true);
}

function associate_goliath_callback() {
    plugin_callback('associate_goliath', 'associate_goliath', 'associate_goliath');
}

function associate_goliath_auto_callback() {
    plugin_callback('associate_goliath', 'associate_goliath', 'associate_goliath_auto', true);
}

function hub_site_maker_callback() {
    plugin_callback('hub-site-maker', 'hub-site-maker', 'hub_site_maker');
}

function shorts_profit_engine_pro_callback() {
    plugin_callback('shorts-profit-engine-pro', 'shorts-profit-engine-pro', 'shorts_profit_engine_pro');
}

function shorts_profit_engine_pro_auto_callback() {
    plugin_callback('shorts-profit-engine-pro', 'shorts-profit-engine-pro', 'shorts_profit_engine_pro_auto', true);
}

function traffic_goliath_pro_callback() {
    plugin_callback('traffic-goliath-pro', 'traffic-goliath-pro', 'traffic_goliath_pro');
}

function traffic_goliath_pro_auto_callback() {
    plugin_callback('traffic-goliath-pro', 'traffic-goliath-pro', 'traffic_goliath_pro_auto', true);
}

function video_profit_engine_pro_callback() {
    plugin_callback('video-profit-engine', 'video-profit-engine', 'video_profit_engine_pro');
}

function video_profit_engine_pro_auto_callback() {
    plugin_callback('video-profit-engine', 'video-profit-engine', 'video_profit_engine_pro_auto', true);
}

function wp_ultimo_callback() {
    plugin_callback('wp_ultimo', 'wp_ultimo', 'wp_ultimo');
}

function pinegrow_callback() {
    plugin_callback('pinegrow', 'pinegrow', 'pinegrow');
}

function pinegrow_auto_callback() {
    plugin_callback('pinegrow', 'pinegrow', 'pinegrow_auto', true);
}

function droip_callback() {
    plugin_callback('droip', 'droip', 'droip');
}

function droip_auto_callback() {
    plugin_callback('droip', 'droip', 'droip_auto', true);
}


?>

Youez - 2016 - github.com/yon3zu
LinuXploit