🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 14:22:23 | 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: GoogleHelperAwareInterface.php
Writable
<?php declare( strict_types=1 ); namespace Automattic\WooCommerce\GoogleListingsAndAds\Google; defined( 'ABSPATH' ) || exit; /** * Interface GoogleHelperAwareInterface * * @package Automattic\WooCommerce\GoogleListingsAndAds\Google; */ interface GoogleHelperAwareInterface { /** * @param GoogleHelper $google_helper * * @return void */ public function set_google_helper_object( GoogleHelper $google_helper ): void; }
💾 Save Changes
❌ Cancel