File Editor
Directories:
.. (Back)
Controls
Files:
Control.php
Section.php
Create New File
Create
Edit File: Control.php
<?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 { }
Save Changes
Rename File
Rename