tab ) { $this->json['tab'] = $this->tab; $this->json['initial'] = $this->initial; } } /** * Enqueue scripts/styles. * * @since 3.4.0 */ public function enqueue() { wp_enqueue_script( 'blogcast-customizer-section-heading-toggle', get_template_directory_uri() . '/inc/customizer/custom-controls/section-heading-toggle/control.js', array('jquery'), BLOGCAST_VERSION, true ); wp_enqueue_style( 'blogcast-customizer-section-heading-toggle', get_template_directory_uri() . '/inc/customizer/custom-controls/section-heading-toggle/control.css', array(), BLOGCAST_VERSION, 'all' ); } // Render the control's content public function render_content() { ?>