• File: controls.php
  • Full Path: /home/chassiw/www/wp-content/themes/buildbench/components/editor/elementor/manager/controls.php
  • File size: 479 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
namespace Elementor;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

/**
 * Elementor controls manager.
 *
 * Elementor controls manager handler class is responsible for registering and
 * initializing all the supported controls, both regular controls and the group
 * controls.
 *
 * @since 1.0.0
 */
abstract class Custom_Controls_Manager extends Controls_Manager {
    const IMAGECHOOSE = 'imagechoose';
    const AJAXSELECT2 = 'ajaxselect2';
}