🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 12:52:52 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
momotimes.therahuldas.com
/
wp-content
/
plugins
/
elementor
/
core
/
upgrade
📍 /home/therahul/momotimes.therahuldas.com/wp-content/plugins/elementor/core/upgrade
🔄 Refresh
✏️
Editing: updater.php
Writable
<?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 ); } }
💾 Save Changes
❌ Cancel