wp_privacy_personal_data_erased WordPress Action Hook
The wp_privacy_personal_data_erased hook is called after a user request to erase their personal data has been processed. This hook can be used to perform any necessary cleanup tasks, such as deleting the user's account from your site.
do_action( 'wp_privacy_personal_data_erased', int $request_id ) #
Fires immediately after a personal data erasure request has been marked completed.
Parameters
- $request_id
(int)The privacy request post ID associated with this request.
Source
Changelog
Version | Description |
---|---|
4.9.6 | Introduced. |