🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 18:18:50 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
digitalsangita.com
/
wp-content
/
plugins
/
elementor
/
core
/
app
📍 /home/therahul/digitalsangita.com/wp-content/plugins/elementor/core/app
🔄 Refresh
✏️
Editing: app.php
Writable
<?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 Changes
❌ Cancel