File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/RequirementValidatorInterface.php.tar
plugins/google-listings-and-ads/src/Internal/Requirements/RequirementValidatorInterface.php 0000644 00000000732 15155441167 0040567 0 ustar 00 var/www/vhosts/uyarreklam.com.tr/httpdocs/wp-content <?php
declare( strict_types=1 );
namespace Automattic\WooCommerce\GoogleListingsAndAds\Internal\Requirements;
defined( 'ABSPATH' ) || exit;
/**
* Interface RequirementValidatorInterface
*
* @package AutomatticWooCommerceGoogleListingsAndAdsInternalRequirements
*/
interface RequirementValidatorInterface {
/**
* Validate requirements for plugin to function properly.
*
* @return bool True if the requirements are met.
*/
public function validate(): bool;
}