New and updated in 4.9.6
-
functionwp_generate_user_request_key()
Returns a confirmation key for a user action and stores the hashed version for future comparison.
-
Notifies the user when their erasure request is fulfilled.
-
Filters the recipient of the data erasure fulfillment notification.
-
Returns request confirmation message HTML.
-
Filters the message displayed to a user when they confirm a data request.
-
functionwp_create_user_request()
Creates and logs a user request to perform a specific action.
-
Gets action description from the name and return a string.
-
Filters the user action description.
-
Updates log when privacy request is confirmed.
-
functionwp_send_user_request()
Send a confirmation request email to confirm an action.
-
Notifies the site administrator via email when a request is confirmed.
-
Filters the text of the email sent when an account action is attempted.
-
Filters the recipient of the data request confirmation notification.
-
Filters the subject of the email sent when an account action is attempted.
-
Filters the body of the data erasure fulfillment notification.
-
Registers the personal data exporter for users.
-
functionwp_user_personal_data_exporter()
Finds and exports personal data associated with an email address from the user and user_meta table.
-
Gets all personal data request types.
-
functionget_the_privacy_policy_link()
Returns the privacy policy link with formatting, when applicable.
-
Filters the privacy policy link.
-
Filters the URL of the privacy policy page.
-
functionthe_privacy_policy_link()
Displays the privacy policy link with formatting, when applicable.
-
functionget_privacy_policy_url()
Retrieves the URL to the privacy policy page.
-
function_wp_privacy_statuses()
Returns statuses for privacy requests.
-
Finds and exports attachments associated with an email address.
-
Checks for updated, added or removed privacy policy information from plugins.
Used by 1 function | Uses 4 functions | Source: wp-admin/includes/class-wp-privacy-policy-content.php:215 -
Adds a notice with a link to the guide when editing the privacy policy page.
Used by 0 functions | Uses 11 functions | Source: wp-admin/includes/class-wp-privacy-policy-content.php:314 -
Outputs the privacy policy guide together with content from the theme and plugins.
Used by 0 functions | Uses 5 functions | Source: wp-admin/includes/class-wp-privacy-policy-content.php:378 -
Returns the default suggested privacy policy content.
Used by 2 functions | Uses 2 functions | Source: wp-admin/includes/class-wp-privacy-policy-content.php:458 -
Filters the default content suggested for inclusion in a privacy policy.
Used by 1 function | Uses 0 functions | Source: wp-admin/includes/class-wp-privacy-policy-content.php:689