🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 14:13:46 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
mailpoet
/
lib
/
Util
/
License
📍 /home/therahul/thedasstores.com/wp-content/plugins/mailpoet/lib/Util/License
🔄 Refresh
✏️
Editing: License.php
Writable
<?php // phpcs:ignore SlevomatCodingStandard.TypeHints.DeclareStrictTypes.DeclareStrictTypesMissing 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(); } }
💾 Save Changes
❌ Cancel