0byt3m1n1
Path:
/
var
/
lib
/
vz
/
www
/
clients
/
client6
/
web11
/
web
/
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]; } }