wp-includes/deprecated.php:wp_get_user_request_data() | Return the user request object for the specified request ID. |
wp-includes/user.php:wp_validate_user_request_key() | Validates a user request by comparing the key with the request’s key. |
wp-includes/user.php:_wp_privacy_account_request_confirmed() | Updates log when privacy request is confirmed. |
wp-includes/user.php:_wp_privacy_send_request_confirmation_notification() | Notifies the site administrator via email when a request is confirmed. |
wp-includes/user.php:_wp_privacy_send_erasure_fulfillment_notification() | Notifies the user when their erasure request is fulfilled. |
wp-includes/user.php:_wp_privacy_account_request_confirmed_message() | Returns request confirmation message HTML. |
wp-includes/user.php:wp_send_user_request() | Send a confirmation request email to confirm an action. |
wp-admin/includes/privacy-tools.php:wp_privacy_process_personal_data_export_page() | Intercept personal data exporter page Ajax responses in order to assemble the personal data export file. |
wp-admin/includes/privacy-tools.php:wp_privacy_generate_personal_data_export_file() | Generate the personal data export file. |
wp-admin/includes/privacy-tools.php:wp_privacy_send_personal_data_export_email() | Send an email to the user with a link to the personal data export file |
wp-admin/includes/class-wp-privacy-requests-table.php:WP_Privacy_Requests_Table::prepare_items() | Prepare items to output. |
wp-admin/includes/privacy-tools.php:wp_privacy_process_personal_data_erasure_page() | Mark erasure requests as completed after processing is finished. |
wp-admin/includes/privacy-tools.php:_wp_privacy_completed_request() | Marks a request as completed by the admin and logs the current timestamp. |
wp-admin/includes/ajax-actions.php:wp_ajax_wp_privacy_export_personal_data() | Ajax handler for exporting a user’s personal data. |
wp-admin/includes/ajax-actions.php:wp_ajax_wp_privacy_erase_personal_data() | Ajax handler for erasing personal data. |