tab ) { $this->json['tab'] = $this->tab; } } /** * Enqueue scripts/styles. * * @since 3.4.0 */ public function enqueue() { wp_enqueue_style( 'bloginwp-customizer-section-heading', get_template_directory_uri() . '/inc/customizer/custom-controls/section-heading/section-heading.css', array(), BLOGINWP_VERSION, 'all' ); } /** * Render the control's content. * */ public function render_content() { ?>
label ); ?> description ) { echo '

' .wp_kses_post( $this->description ). '

'; } ?>