edd_mask_string( string $string = '' )
Given a string, mask it with the * character.
Description Description
First and last character will remain with the filling characters being changed to . One Character will be left in tact as is. Two character strings will have the first character remain and the second be a .
Parameters Parameters
- $string
-
(Optional)
Default value: ''
Return Return
(string)
Source Source
File: includes/privacy-functions.php
Changelog Changelog
Version | Description |
---|---|
2.9.2 | Introduced. |