/
home
/
techb158
/
public_html
/
wp-content
/
plugins
/
elementor
/
core
/
app
/
/home/techb158/public_html/wp-content/plugins/elementor/core/app
mkdir
upload
Name
Size
Mode
Actions
modules/
-
0755
rm
app.php
355
0666
edit
dl
rm
Edit:
/home/techb158/public_html/wp-content/plugins/elementor/core/app/app.php
(355B)
<?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'; } }
Save
cmd:
run