input; $input['type'] = 'number'; // Not so "custom" but standard `` attribute. $input['custom_attributes'] = [ 'min' => '0', ]; woocommerce_wp_text_input( $input );