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