'_customize-dropdown-categories-' . $this->id, 'echo' => 0, 'show_option_none' => esc_html__( '— Select Category —', 'beetech' ), 'option_none_value' => '0', 'selected' => $this->value(), ) ); // Hackily add in the data link parameter. $dropdown = str_replace( 'get_link(), $dropdown ); printf( '', $this->label, $this->description, $dropdown ); } } /** Fa Icons List **/ class beetech_Customize_Icons_Control extends WP_Customize_Control { public $type = 'beetech_icons'; public function render_content() { $saved_icon_value = $this->value(); ?>