edd_pseudo_mask_email( $email_address )
Given an email address, mask the name and domain according to domain and string masking functions.
Description Description
Will result in an email address like a*n@e***e.org for admin@example.org.
Parameters Parameters
- $email_address
-
(Required)
Return Return
(string)
Source Source
File: includes/privacy-functions.php
Changelog Changelog
Version | Description |
---|---|
2.9.2 | Introduced. |