[wp-trac] [WordPress Trac] #43440: Add personal data from comments to personal data export
WordPress Trac
noreply at wordpress.org
Tue Mar 27 13:30:53 UTC 2018
#43440: Add personal data from comments to personal data export
----------------------------------------+------------------
Reporter: azaozz | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 5.0
Component: Administration | Version:
Severity: normal | Resolution:
Keywords: gdpr has-patch 2nd-opinion | Focuses:
----------------------------------------+------------------
Comment (by azaozz):
In 43440.3.diff: if we don't need to dump all comments rows, tweaked
43440.2.diff to output structured data "map" without duplicates. The data
looks like this:
{{{
[data] => Array
(
[comment_author] => Array
(
[name] => Comment Author
[values] => Array
(
[0] => Andrew
)
)
[comment_author_email] => Array
(
[name] => Comment Author Email
[values] => Array
(
[0] => admin at local.host
)
)
[comment_author_url] => Array
(
[name] => Comment Author URL
[values] => Array
(
)
)
[comment_author_IP] => Array
(
[name] => Comment Author IP
[values] => Array
(
[0] => 127.0.0.1
[1] => 192.168.0.166
[2] => 192.168.0.152
)
)
[comment_agent] => Array
(
[name] => Comment Agent
[values] => Array
(
[0] => Mozilla/5.0 (Windows NT 6.1; WOW64;
rv:10.0.2) Gecko/20100101 Firefox/10.0.2
[1] => Mozilla/5.0 (Windows NT 6.1; WOW64;
rv:11.0) Gecko/20100101 Firefox/11.0
[2] => Mozilla/5.0 (Windows NT 6.1; WOW64;
rv:12.0) Gecko/20100101 Firefox/12.0
.....
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/43440#comment:12>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list