at path:
ROOT
/
wp-content
/
plugins
/
elementor
/
core
/
app
/
app.php
run:
R
W
Run
modules
DIR
2025-05-31 10:47:18
R
W
Run
app.php
355 By
2025-05-31 10:41:28
R
W
Run
Delete
Rename
error_log
up
📄
app.php
Save
<?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'; } }