LearnDash_GDPR::format_value( mixed $meta_value, string $meta_type, object $transaction )
Formats the output value based on variable type.
Description Description
Parameters Parameters
- $meta_value
-
(Required) The meta value for reformat.
- $meta_type
-
(Required) Will be the type of the meta_value. test, date, money etc.
- $transaction
-
(Required) The sfwd-transactions post object being processed.
Return Return
(mixed) $meta_value
Source Source
File: includes/class-ld-gdpr.php
Changelog Changelog
Version | Description |
---|---|
2.5.8 | Introduced. |