🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 11:13:19 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
google-listings-and-ads
/
src
/
Value
📍 /home/therahul/thedasstores.com/wp-content/plugins/google-listings-and-ads/src/Value
🔄 Refresh
✏️
Editing: ValueInterface.php
Writable
<?php declare( strict_types=1 ); namespace Automattic\WooCommerce\GoogleListingsAndAds\Value; defined( 'ABSPATH' ) || exit; /** * Interface ValueInterface * * @package Automattic\WooCommerce\GoogleListingsAndAds\Value */ interface ValueInterface { /** * Get the value of the object. * * @return mixed */ public function get(); }
💾 Save Changes
❌ Cancel