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


Top ↑

Return Return

(array) $return_data


Top ↑

Source Source

File: includes/class-ld-gdpr.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.5.8 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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