🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 11:11:35 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
mailpoet
/
lib
/
Util
📍 /home/therahul/thedasstores.com/wp-content/plugins/mailpoet/lib/Util
🔄 Refresh
✏️
Editing: SecondLevelDomainNames.php
Writable
<?php // phpcs:ignore SlevomatCodingStandard.TypeHints.DeclareStrictTypes.DeclareStrictTypesMissing namespace MailPoet\Util; if (!defined('ABSPATH')) exit; class SecondLevelDomainNames { public function get($host) { if (preg_match('/[^.]*\.[^.]{2,3}(?:\.[^.]{2,3})?$/', $host, $matches)) { return $matches[0]; } return $host; } }
💾 Save Changes
❌ Cancel