/
var
/
www
/
barefootlaw.org
/
wp-content
/
plugins
/
pods
/
tribe-common
/
src
/
Tribe
/
Customizer
/
Upload File
HOME
<?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 { }