LLMS_Privacy_Erasers::anonymize_prop( string $val, string $prop, obj $obj = null )
Setup anonymous values for anonymized data
Description Description
Parameters Parameters
- $val
-
(Required) default anonymous value ('')
- $prop
-
(Required) key name of the property
- $obj
-
(Optional) related object
Default value: null
Return Return
(mixed)
Source Source
File: includes/privacy/class-llms-privacy-erasers.php
Changelog Changelog
Version | Description |
---|---|
3.18.0 | Introduced. |