oont-contents/plugins/google-listings-and-ads/views/inputs/decimal.php
2025-02-08 15:10:23 +01:00

18 lines
300 B
PHP

<?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['data_type'] = 'decimal';
woocommerce_wp_text_input( $input );