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