File "FirstInstallInterface.php"

Full Path: /home/warrior1/public_html/plugins/google-listings-and-ads/src/Internal/Interfaces/FirstInstallInterface.php
File size: 372 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
declare( strict_types=1 );

namespace Automattic\WooCommerce\GoogleListingsAndAds\Internal\Interfaces;

/**
 * Interface FirstInstallInterface
 *
 * @package Automattic\WooCommerce\GoogleListingsAndAds\Internal\Interfaces
 */
interface FirstInstallInterface {

	/**
	 * Logic to run when the plugin is first installed.
	 */
	public function first_install(): void;
}