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.

Top ↑

Source

File: wp-admin/includes/privacy-tools.php. View all references

do_action( 'wp_privacy_personal_data_erased', $request_id );


Top ↑

Changelog

Changelog
Version Description
4.9.6 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.