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