LearnDash_GDPR::learndash_do_personal_data_eraser_transactions( string $email_address = '', int $page = 1 )
Perform data eraser.
Description Description
Called by WordPress when performing data cleanup for specific user by email. This functions anonimizes users data contained in transaction generated via PayPal and Stripe.
Parameters Parameters
- $email_address
-
(Optional) Email of WP User to perform cleanup on.
Default value: ''
- $page
-
(Optional) Page number or actions to perform. This is controlled by the function below. See the $number variable.
Default value: 1
Return Return
(array) $return_data
Source Source
File: includes/class-ld-gdpr.php
Changelog Changelog
Version | Description |
---|---|
2.5.8 | Introduced. |