🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 15:48:52 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
google-listings-and-ads
/
src
/
Integration
📍 /home/therahul/thedasstores.com/wp-content/plugins/google-listings-and-ads/src/Integration
🔄 Refresh
✏️
Editing: IntegrationInterface.php
Writable
<?php declare( strict_types=1 ); namespace Automattic\WooCommerce\GoogleListingsAndAds\Integration; defined( 'ABSPATH' ) || exit; /** * Interface IntegrationInterface * * @package Automattic\WooCommerce\GoogleListingsAndAds\Integration */ interface IntegrationInterface { /** * Returns whether the integration is active or not. * * @return bool */ public function is_active(): bool; /** * Initializes the integration (e.g. by registering the required hooks, filters, etc.). * * @return void */ public function init(): void; }
💾 Save Changes
❌ Cancel