File "integer.php"

Full Path: /home/warrior1/public_html/plugins/google-listings-and-ads/views/inputs/integer.php
File size: 345 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
declare( strict_types=1 );

defined( 'ABSPATH' ) || exit;

/**
 * @var \Automattic\WooCommerce\GoogleListingsAndAds\View\PHPView $this
 */

/**
 * @var array $input
 */
$input = $this->input;

$input['type']  = 'text';
$input['class'] = sprintf( '%s %s', $input['class'] ?? '', 'gla-input-integer' );

woocommerce_wp_text_input( $input );