🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 11:15:51 | 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: OptionsAwareTrait.php
Writable
<?php declare( strict_types=1 ); namespace Automattic\WooCommerce\GoogleListingsAndAds\Options; defined( 'ABSPATH' ) || exit; /** * Trait OptionsAwareTrait * * @package Automattic\WooCommerce\GoogleListingsAndAds\Options */ trait OptionsAwareTrait { /** * The Options object. * * @var OptionsInterface */ protected $options; /** * Set the Options object. * * @param OptionsInterface $options */ public function set_options_object( OptionsInterface $options ): void { $this->options = $options; } }
💾 Save Changes
❌ Cancel