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