Browse: Home / Classes / LearnDash_GDPR /

LearnDash_GDPR::learndash_do_personal_data_eraser_transactions

LearnDash_GDPR::learndash_do_personal_data_eraser_transactions( string $email_address = '',  int $page = 1 )

Perform data eraser.


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 #

$email_address

(string) (Optional) Email of WP User to perform cleanup on.

Default value: ''

$page

(int) (Optional) Page number or actions to perform. This is controlled by the function below. See the $number variable.

Default value: 1


Return #

(array) $return_data


Source #

File: includes/class-ld-gdpr.php


Changelog #

Changelog
Version Description
2.5.8 Introduced.