Submit
Path:
~
/
home
/
getwphos
/
public_html
/
sdp
/
wp-content
/
plugins
/
elementor
/
core
/
upgrade
/
File Content:
updater.php
<?php namespace Elementor\Core\Upgrade; use Elementor\Core\Base\Background_Task; use Elementor\Core\Base\DB_Upgrades_Manager; defined( 'ABSPATH' ) || exit; class Updater extends Background_Task { /** * @var DB_Upgrades_Manager */ protected $manager; protected function format_callback_log( $item ) { return $this->manager->get_plugin_label() . '/Upgrades - ' . $item['callback'][1]; } public function set_limit( $limit ) { $this->manager->set_query_limit( $limit ); } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
custom-tasks-manager.php
2483 bytes
0644
custom-tasks.php
372 bytes
0644
manager.php
2512 bytes
0644
task.php
525 bytes
0644
updater.php
491 bytes
0644
upgrade-utils.php
1830 bytes
0644
upgrades.php
27096 bytes
0644
N4ST4R_ID | Naxtarrr