golden hour
/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Customizer
⬆️ Go Up
Upload
File/Folder
Size
Actions
Control.php
278 B
Del
OK
Controls
-
Del
OK
Section.php
22.92 KB
Del
OK
Edit: 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