NOX-ROOT-MARAZ Manager v2
PHP 8+ Secure
/
home
/
xiedrke
/
grossiste
/
wp-content
/
plugins
/
elementor
/
core
/
app
/
Name
Size
Perms
Actions
📁 modules
-
0755
Chmod
|
Delete
📄 app.php
355 B
0644
Edit
|
Chmod
|
Delete
Editing: app.php
<?php namespace Elementor\Core\App; use Elementor\Core\Base\App as BaseApp; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } /** * This App class was introduced for backwards compatibility with 3rd parties. */ class App extends BaseApp { const PAGE_ID = 'elementor-app'; public function get_name() { return 'app-bc'; } }
Cancel