Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #47509


Ignore:
Timestamp:
06/08/2019 07:51:52 PM (5 years ago)
Author:
pbiron
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47509 – Description

    initial v2  
    33Therefore, plugins that store personal data as user meta have to write their own exporter (and register it with the `wp_privacy_personal_data_exporters`).
    44
    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.
     5It 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.