File ManagerCurrent Directory: wp-content/plugins/wp-migrate-db/class/FreeLinux appserver-7a7af3b2-php-0c9ec09e2f9746c2a80fa3756c076432 6.12.94+ #1 SMP Fri Jul 17 09:26:56 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