Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #44176, comment 22


Ignore:
Timestamp:
12/19/2019 04:39:05 PM (6 years ago)
Author:
xkon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44176, comment 22

    v2 v3  
    33I wanted to take a different approach to this as I'm pretty sure that we had been discussing a "built-in" DPO since the start but as everything was new at that time we didn't move that forwards and we ended up "forcing" the privacy caps to Admins only basically.
    44
    5 Let me explain what this patch does and where I'm facing some issues to see if we can figure out something either with or without the role ( it's easy this way to simply apply the patch and do a `wp role reset --all` so the DPO can be created to check it out ).
     5Let me explain what this patch does and where I'm facing some issues to see if we can figure out something either with or without the role (I'm not leaning into keeping the role but it's easy this way to simply apply the patch and do a `wp role reset --all` so the DPO can be created to check it out for the time being).
    66
    77First of all, it splits the caps into manage_privacy_options, export_others_personal_data & erase_others_personal_data on their own.