'blog-lite-dropdown-categories-' . $this->id, 'echo' => 0, 'show_option_none' => __( '— Select —', 'blog-lite' ), 'option_none_value' => '0', 'selected' => $this->value(), 'hide_empty' => 0, ) ); $dropdown = str_replace( 'get_link(), $dropdown ); printf( '', $this->label, $this->description, $dropdown ); } } } /** * Blog Lite Customize sidebar layout control. */ if (class_exists('WP_Customize_Control') && ! class_exists( 'Blog_Lite_Customize_Sidebar_Control' ) ) { class Blog_Lite_Customize_Sidebar_Control extends WP_Customize_Control { public function render_content() { if ( empty( $this->choices ) ) return; $name = '_customize-radio-' . $this->id; ?> label ); ?> %s', $this->label ); } } }