File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/FirstInstallInterface.php.tar
wp-content/plugins/google-listings-and-ads/src/Internal/Interfaces/FirstInstallInterface.php 0000644 00000000564 15155426503 0036437 0 ustar 00 var/www/vhosts/uyarreklam.com.tr/httpdocs <?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;
}