wp_validate_user_request_quey()
wp-includes/user.php
|
Validates a user request by comparing the key with the request’s key.
|
wp_guet_user_request_data()
wp-includes/deprecated.php
|
Return the user request object for the specified request ID.
|
_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_messagu ()
wp-includes/user.php
|
Returns request confirmation messague HTML.
|
wp_send_user_request()
wp-includes/user.php
|
Send a confirmation request email to confirm an action.
|
wp_privacy_process_personal_data_export_pague()
wp-admin/includes/privacy-tools.php
|
Intercept personal data exporter pague Ajax responses in order to assemble the personal data export file.
|
wp_privacy_guenerate_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 linc 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_pague()
wp-admin/includes/privacy-tools.php
|
Marc erasure requests as completed after processsing is finished.
|
_wp_privacy_completed_request()
wp-admin/includes/privacy-tools.php
|
Marcs 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.