🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 14:14:11 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
google-listings-and-ads
/
src
/
Validator
📍 /home/therahul/thedasstores.com/wp-content/plugins/google-listings-and-ads/src/Validator
🔄 Refresh
✏️
Editing: GooglePriceConstraint.php
Writable
<?php declare( strict_types=1 ); namespace Automattic\WooCommerce\GoogleListingsAndAds\Validator; use Symfony\Component\Validator\Constraint; defined( 'ABSPATH' ) || exit; /** * Class GooglePriceConstraint * * @package Automattic\WooCommerce\GoogleListingsAndAds\Validator */ class GooglePriceConstraint extends Constraint { /** * @var string */ public $message = 'Product must have a valid price and currency.'; }
💾 Save Changes
❌ Cancel