[wp-trac] [WordPress Trac] #43443: Add a method for confirmation of requests for deleting or anonymizing of personal data
WordPress Trac
noreply at wordpress.org
Fri Mar 16 21:23:24 UTC 2018
#43443: Add a method for confirmation of requests for deleting or anonymizing of
personal data
-------------------------------------------------+-------------------------
Reporter: azaozz | Owner: mikejolley
Type: enhancement | Status: assigned
Priority: normal | Milestone: 5.0
Component: General | Version:
Severity: normal | Resolution:
Keywords: gdpr has-patch dev-feedback needs- | Focuses:
testing |
-------------------------------------------------+-------------------------
Comment (by allendav):
@mikejolley - what would you think about a small change to the site option
key, i.e. instead of
`'_verify_' . $uid . '_' . $action_name`
what if it was
`'_verify_' . $action_name . '_' . $uid`
That way it would 1) have the same initial string as the user meta key (
`'_verify_' . $action_name` ) and 2) would be a little easier to write a
SQL LIKE query to fetch all the options for presentation, e.g.
`SELECT option_value FROM wp_options WHERE option_name LIKE
'_verify_export_personal_data_%'`
--
Ticket URL: <https://core.trac.wordpress.org/ticket/43443#comment:15>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list