wp_media_personal_data_exporter
wp_media_personal_data_exporter ( $email_address, $page = 1 )
Parameters:- (string) email_address The attachment owner email address.
- (int) page Attachment page number.
Returns:- (array) { An array of personal data. @type array[] $data An array of personal data arrays. @type bool $done Whether the exporter is finished. }
Defined at: - Introduced in WordPress: 4.9.6
- Deprecated in WordPress: —
Description
Finds and exports attachments associated with an email address.