wp_privacy_process_personal_data_erasure_page


wp_privacy_process_personal_data_erasure_page ( $response, $eraser_index, $email_address, $page, $request_id )

Parameters:
  • (array) response The response from the personal data eraser for the given page.
  • (int) eraser_index The index of the personal data eraser. Begins at 1.
  • (string) email_address The email address of the user whose personal data this is.
  • (int) page The page of personal data for this eraser. Begins at 1.
  • (int) request_id The request ID for this personal data erasure.
See:
Returns:
  • (array) The filtered response.
Defined at:

Description

Mark erasure requests as completed after processing is finished.This intercepts the Ajax responses to personal data eraser page requests, and monitors the status of a request. Once all of the processing has finished, the request is marked as completed.

Related Functions

wp_privacy_process_personal_data_export_page, wp_comments_personal_data_eraser, wp_privacy_send_personal_data_export_email, wp_privacy_generate_personal_data_export_file, wp_ajax_wp_privacy_erase_personal_data

Top Google Results

User discussions

wpseek mobile