🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 11:13:01 | 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: CastableValueInterface.php
Writable
<?php declare( strict_types=1 ); namespace Automattic\WooCommerce\GoogleListingsAndAds\Value; defined( 'ABSPATH' ) || exit; /** * Interface CastableValueInterface * * @package Automattic\WooCommerce\GoogleListingsAndAds\Value */ interface CastableValueInterface { /** * Cast a value and return a new instance of the class. * * @param mixed $value Mixed value to cast to class type. * * @return self */ public static function cast( $value ); }
💾 Save Changes
❌ Cancel