* @package Theme Vision * @subpackage Agama * @since 1.5.8 */ // Do not allow direct access to the file. if( ! defined( 'ABSPATH' ) ) { exit; } /** * Register the upsell field control. * * @since 1.5.8 */ add_action( 'customize_register', function( $wp_customize ) { class Kirki_Controls_Agama_Upsell_Field_Control extends WP_Customize_Control { public $type = 'agama-upsell'; public function render_content() { ?>