[wp-trac] [WordPress Trac] #43440: Add tools to show and export the personal data of commenters

WordPress Trac noreply at wordpress.org
Tue Mar 6 05:22:06 UTC 2018


#43440: Add tools to show and export the personal data of commenters
------------------------------+------------------
 Reporter:  azaozz            |       Owner:
     Type:  enhancement       |      Status:  new
 Priority:  normal            |   Milestone:  5.0
Component:  Administration    |     Version:
 Severity:  normal            |  Resolution:
 Keywords:  gdpr needs-patch  |     Focuses:
------------------------------+------------------

Comment (by xkon):

 Good morning!

 As we're waiting for the Tools page to get created I thought of going
 forward a bit with this to at least have a snippet, broad idea of what we
 could easily do. Then we can easily implement it inside the page and
 adjust it to our needs of export.

 [attachment:43440.diff] adds a simple function that utilizes the already-
 existing `get_comments()` and returns either the json or just a
 notification string for now. So basically it will return anything that
 `get_comments()` returns as well.

 The idea of this is to be able to do something like :

 {{{
 $export = export_comments('wapuu at wordpress.example');
 var_dump( $export );
 }}}

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


More information about the wp-trac mailing list