'_customize-dropdown-categories-' . $this->id, 'echo' => 0, 'show_option_none' => esc_html__( '— Choose Category —', 'corporate-portfolio' ), 'option_none_value' => '', 'selected' => $this->value(), ) ); // add in the data link parameter. $dropdown = str_replace( 'get_link(), $dropdown ); printf( '', $this->label, $this->description, $dropdown ); } } }