0byt3m1n1
Path:
/
data
/
49
/
4
/
11
/
84
/
4826899
/
user
/
5715128
/
htdocs
/
wp-content
/
plugins
/
elementor
/
core
/
upgrade
/
[
Home
]
File: updater.php
<?php namespace Elementor\Core\Upgrade; use Elementor\Core\Base\Background_Task; defined( 'ABSPATH' ) || exit; class Updater extends Background_Task { protected function format_callback_log( $item ) { return $this->manager->get_plugin_label() . '/Upgrades - ' . $item['callback'][1]; } }