[wp-trac] [WordPress Trac] #43546: Add to the privacy tools UX a means to export personal data by username or email address

WordPress Trac noreply at wordpress.org
Fri Apr 27 14:53:06 UTC 2018


#43546: Add to the privacy tools UX a means to export personal data by username or
email address
--------------------------------+-----------------------
 Reporter:  allendav            |       Owner:  allendav
     Type:  enhancement         |      Status:  assigned
 Priority:  normal              |   Milestone:  4.9.6
Component:  General             |     Version:  trunk
 Severity:  normal              |  Resolution:
 Keywords:  gdpr needs-testing  |     Focuses:
--------------------------------+-----------------------

Comment (by allendav):

 Replying to [comment:20 TZ Media]:
 > Did some quick tests on this and it seems battle proof. Did not go in
 depth though, as @desrosj already went deep on this.
 >
 > Also great work making the output generation hookable via
 `wp_privacy_personal_data_export_file`, @allendav :-)
 >
 > * How do I make an alternative file downloadable/mailable? Simply by
 doing something like this?
 > {{{
 > update_post_meta( $request_id, '_export_file_url', $archive_url );
 > update_post_meta( $request_id, '_export_file_path', $archive_pathname );
 > }}}
 >
 > * Could we make the zip file generation in
 `wp_privacy_generate_personal_data_export_file()` hookable in order for
 plugins to add additional files to that standard zip archive?
 >
 > I did a code review myself, and everything looks quite solid.
 >
 > Great work here!

 Thank you!

 Yep - that's the idea, and the ZIP file generation will be hookable
 shortly - I'm going to add attachments there (in another ticket - this one
 is getting too big) and will add a hook there too to add more files.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/43546#comment:21>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list