[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.223.171.83: ~ $
<?php
namespace Elementor\Core\Upgrade;

use Elementor\Tracker;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}

class Custom_Tasks {
	public static function opt_in_recalculate_usage( $updater ) {
		return Upgrades::recalc_usage_data( $updater );
	}

	public static function opt_in_send_tracking_data() {
		Tracker::send_tracking_data( true );
	}
}

Filemanager

Name Type Size Permission Actions
custom-tasks-manager.php File 2.42 KB 0644
custom-tasks.php File 372 B 0644
manager.php File 2.45 KB 0644
task.php File 525 B 0644
updater.php File 491 B 0644
upgrade-utils.php File 1.79 KB 0644
upgrades.php File 27.79 KB 0644