🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 12:58:32 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
google-listings-and-ads
/
src
/
Google
📍 /home/therahul/thedasstores.com/wp-content/plugins/google-listings-and-ads/src/Google
🔄 Refresh
✏️
Editing: GoogleHelperAwareTrait.php
Writable
<?php declare( strict_types=1 ); namespace Automattic\WooCommerce\GoogleListingsAndAds\Google; defined( 'ABSPATH' ) || exit; /** * Trait GoogleHelperAwareTrait * * @package Automattic\WooCommerce\GoogleListingsAndAds\Google; */ trait GoogleHelperAwareTrait { /** * The GoogleHelper object. * * @var google_helper */ protected $google_helper; /** * @param GoogleHelper $google_helper * * @return void */ public function set_google_helper_object( GoogleHelper $google_helper ): void { $this->google_helper = $google_helper; } }
💾 Save Changes
❌ Cancel