Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/elemento.../core/database
File: base-migration.php
<?php
[0] Fix | Delete
[1] Fix | Delete
namespace Elementor\Core\Database;
[2] Fix | Delete
[3] Fix | Delete
abstract class Base_Migration {
[4] Fix | Delete
/**
[5] Fix | Delete
* Runs when upgrading the database
[6] Fix | Delete
*
[7] Fix | Delete
* @return void
[8] Fix | Delete
*/
[9] Fix | Delete
abstract public function up();
[10] Fix | Delete
}
[11] Fix | Delete
[12] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function