edd_mask_domain( string $domain = '' )
Given a domain, mask it with the * character.
Description Description
TLD parts will remain intact (.com, .co.uk, etc). All subdomains will be masked t**t.e*****e.co.uk.
Parameters Parameters
- $domain
-
(Optional)
Default value: ''
Return Return
(string)
Source Source
File: includes/privacy-functions.php
Changelog Changelog
Version | Description |
---|---|
2.9.2 | Introduced. |