whoami7 - Manager
:
/
home
/
techyfnq
/
public_html
/
wp-content
/
plugins
/
mailpoet
/
lib
/
Util
/
License
/
Upload File:
files >> //home/techyfnq/public_html/wp-content/plugins/mailpoet/lib/Util/License/License.php
<?php namespace MailPoet\Util\License; if (!defined('ABSPATH')) exit; class License { const FREE_PREMIUM_SUBSCRIBERS_LIMIT = 1000; public static function getLicense($license = false) { if (!$license) { $license = defined('MAILPOET_PREMIUM_LICENSE') ? MAILPOET_PREMIUM_LICENSE : false; } return $license; } public function hasLicense(): bool { return (bool)self::getLicense(); } }
Copyright ©2021 || Defacer Indonesia