Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/elemento.../core/app
File: app.php
<?php
[0] Fix | Delete
namespace Elementor\Core\App;
[1] Fix | Delete
[2] Fix | Delete
use Elementor\Core\Base\App as BaseApp;
[3] Fix | Delete
[4] Fix | Delete
if ( ! defined( 'ABSPATH' ) ) {
[5] Fix | Delete
exit; // Exit if accessed directly.
[6] Fix | Delete
}
[7] Fix | Delete
[8] Fix | Delete
/**
[9] Fix | Delete
* This App class was introduced for backwards compatibility with 3rd parties.
[10] Fix | Delete
*/
[11] Fix | Delete
class App extends BaseApp {
[12] Fix | Delete
[13] Fix | Delete
const PAGE_ID = 'elementor-app';
[14] Fix | Delete
[15] Fix | Delete
public function get_name() {
[16] Fix | Delete
return 'app-bc';
[17] Fix | Delete
}
[18] Fix | Delete
}
[19] Fix | Delete
[20] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function