Index of /wp-content/<?php
namespace Elementor\\Core\\Base;
use Elementor\\Utils;
if ( ! defined( 'ABSPATH' ) ) {
exit; / Exit if accessed directly
}
/**
* Base App
*
* Base app utility class that provides shared functionality of apps.
*
* @since 2.3.0
*/
abstract class App extends Module {
/**
* Print config.
*
* Used to print the app and its components settings as a JavaScript object.
*
* @param string $handle Optional
*
* @since 2.3.0
* @since 2.6.0 added the `$handle` parameter
* @access protected
*
Name Last modified Size Description
Parent Directory -