Description
Send an email to the user with a link to the personal data export file
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/privacy-tools.php | 604 |
wp-includes/functions.php | 8334 |
Parameters
Type | Name | Description |
---|---|---|
int | $request_id | The request ID for this personal data export. |
PHP Doc
/**
* Send an email to the user with a link to the personal data export file
*
* @since 4.9.6
*
* @param int $request_id The request ID for this personal data export.
* @return true|WP_Error True on success or `WP_Error` on failure.
*/