Submit
Path:
~
/
home
/
getwphos
/
public_html
/
ppine
/
wp-content
/
plugins
/
elementor
/
core
/
upgrade
/
File Content:
custom-tasks.php
<?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 ); } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
custom-tasks-manager.php
2484 bytes
0644
custom-tasks.php
373 bytes
0644
task.php
526 bytes
0644
upgrade-utils.php
1813 bytes
0644
upgrades.php
27662 bytes
0644
N4ST4R_ID | Naxtarrr