Changes between Initial Version and Version 2 of Ticket #47509
- Timestamp:
- 06/08/2019 07:51:52 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47509 – Description
initial v2 3 3 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`). 4 4 5 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.5 It would be nice if `wp_user_personal_data_exporter()` had a filter that allowed plugins to **augment** the hard coded list. That way they wouldn't have to write their own exporter.