File ManagerCurrent Directory: wp-content/plugins/wp-migrate-db/class/FreeLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: ClassMap.php <?php namespace DeliciousBrains\WPMDB\Free; use DeliciousBrains\WPMDB\Free\Plugin\PluginManager; use DeliciousBrains\WPMDB\Free\UI\Template; class ClassMap extends \DeliciousBrains\WPMDB\ClassMap { public $free_plugin_manager; public $free_template; public function __construct() { parent::__construct(); $this->free_plugin_manager = new PluginManager( $this->settings, $this->assets, $this->util, $this->table, $this->http, $this->filesystem, $this->multisite, $this->properties, $this->migration_helper, $this->WPMDBRestAPIServer, $this->http_helper, $this->template_base, $this->notice, $this->profile_manager, $this->upgrade_routines_manager ); $this->free_template = new Template( $this->settings, $this->util, $this->profile_manager, $this->filesystem, $this->table, $this->properties, $this->free_plugin_manager ); } } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)DirClassMap.phpFile1.13 KB Rename | Delete | EditPluginDirectory Rename | DeleteUIDirectory Rename | DeleteWPMigrateDBFree.phpFile1.94 KB Rename | Delete | Edit