'_customize-dropdown-categories-' . $this->id, 'echo' => 0, 'show_option_none' => esc_html__( '— Select —', 'business-gravity' ), 'option_none_value' => '0', 'selected' => $this->value(), ) ); # Hackily add in the data link parameter. $dropdown = str_replace( 'get_link(), $dropdown ); printf( '', esc_html( $this->label ), esc_html( $this->description ), $dropdown ); } } endif;