File "Control.php"
Full Path: /home/romayxjt/public_html/wp-content/plugins/the-events-calendar/common/src/Tribe/Customizer/Control.php
File size: 278 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* The base class for any custom Control.
*
* @since 4.12.14
*
* @package Tribe\Customizer
*/
namespace Tribe\Customizer;
/**
* Class Control
*
* @since 4.12.14
*
* @package Tribe\Customizer
*/
abstract class Control extends \WP_Customize_Control {
}