PHP 8.0.30
Preview: app.php Size: 355 B
/home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/elementor/core/app/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';
	}
}

Directory Contents

Dirs: 1 × Files: 1

Name Size Perms Modified Actions
modules DIR
- drwxr-xr-x 2026-03-30 10:11:25
Edit Download
355 B lrw-r--r-- 2026-03-30 10:12:34
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).