[wp-trac] [WordPress Trac] #47509: add a filter in wp_user_personal_data_exporter() to make it easier to include additional user meta in a personal data export

WordPress Trac noreply at wordpress.org
Sat Jun 8 19:33:07 UTC 2019


#47509: add a filter in wp_user_personal_data_exporter() to make it easier to
include additional user meta in a personal data export
-------------------------+-----------------------------
 Reporter:  pbiron       |      Owner:  (none)
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  Awaiting Review
Component:  Privacy      |    Version:
 Severity:  normal       |   Keywords:
  Focuses:               |
-------------------------+-----------------------------
 `wp_user_personal_data_exporter()` has a fixed set of user properties that
 it includes in a personal data export.

 Therefore, plugins that store personal data as user meta have to write
 their own exporter (and register it with the
 `wp_privacy_personal_data_exporters`).

 It would be nice if `wp_user_personal_data_exporter()` had a filter that
 allowed plugins **augment** the hard coded list.  That way they wouldn't
 have to write their own exporter.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/47509>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list