File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/Text.php.tar
uyarreklam.com.tr/httpdocs/wp-content/plugins/google-listings-and-ads/src/Admin/Input/Text.php 0000644 00000000606 15155126651 0031412 0 ustar 00 var/www/vhosts <?php
declare( strict_types=1 );
namespace Automattic\WooCommerce\GoogleListingsAndAds\Admin\Input;
defined( 'ABSPATH' ) || exit;
/**
* Class Text
*
* @package Automattic\WooCommerce\GoogleListingsAndAds\Admin\Input
*/
class Text extends Input {
/**
* Text constructor.
*/
public function __construct() {
parent::__construct( 'text', 'woocommerce/product-text-field' );
}
}