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