Uses
Uses | Description |
---|---|
wp-includes/user.php: wp_get_user_request() | Return the user request object for the specified request ID. |
wp-admin/includes/privacy-tools.php: wp_privacy_personal_data_erased | Fires immediately after a personal data erasure request has been marked completed. |
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_privacy_personal_data_erasers | Filters the array of personal data eraser callbacks. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/functions.php: wp_send_json_error() | Send a JSON response back to an Ajax request, indicating failure. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |