📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 07:27:12
📂
/ (Root)
/
home
/
xeqi7597
/
public_html
/
wp-content
/
plugins
/
elementor
/
core
/
database
📍 /home/xeqi7597/public_html/wp-content/plugins/elementor/core/database
🔄 Refresh
✏️
Editing: base-migration.php
Writable
<?php namespace Elementor\Core\Database; abstract class Base_Migration { /** * Runs when upgrading the database * * @return void */ abstract public function up(); }
💾 Save Changes
❌ Cancel