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