type ); /** * Enqueue control stylesheet */ wp_enqueue_style( 'blogsy-' . $blogsy_type . '-control-style', BLOGSY_THEME_URI . '/inc/customizer/controls/' . $blogsy_type . '/' . $blogsy_type . $blogsy_suffix . '.css', false, BLOGSY_THEME_VERSION, 'all' ); } public function json() { $json = parent::json(); $json['kind'] = $this->kind; return $json; } /** * Outputs the Underscore.js template. * * @since 1.0.0 * @access public * @return void */ protected function render_template() { ?>