do_action( ‘wp_privacy_personal_data_erased’, int $request_id )

In this article

Fires immediately after a personal data erasure request has been marked completed.

Parameters

$request_idint
The privacy request post ID associated with this request.

Source

do_action( 'wp_privacy_personal_data_erased', $request_id );

Changelog

VersionDescription
4.9.6Introduced.

User Contributed Notes

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