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: ''


Top ↑

Return Return

(string)


Top ↑

Source Source

File: includes/privacy-functions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.9.2 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.