File "app.php"

Full Path: /home/warrior1/public_html/languages/wp-content-20241001222009/plugins/elementor/core/app/app.php
File size: 355 bytes
MIME-type: text/x-php
Charset: utf-8

<?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';
	}
}