tab ) $this->json['tab'] = $this->tab; } /** * Enqueue styles and scripts */ public function enqueue() { wp_enqueue_style( 'blogig-customizer-section-heading', get_template_directory_uri() . '/inc/customizer/custom-controls/section-heading/section-heading.css', [], BLOGIG_VERSION, 'all' ); } /** * Render the control's content */ public function render_content() { ?>