????

Your IP : 52.15.53.236


Current Path : /proc/self/root/proc/thread-self/cwd/wp-content/plugins/metform/controls/
Upload File :
Current File : //proc/self/root/proc/thread-self/cwd/wp-content/plugins/metform/controls/control-manager.php

<?php
namespace MetForm\Controls;

defined( 'ABSPATH' ) || exit;

/**
 * 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 Controls_Manager extends \Elementor\Controls_Manager{
    const FORMPICKER  = 'formpicker';
}