Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #43994, comment 5


Ignore:
Timestamp:
05/21/2018 03:49:53 PM (7 years ago)
Author:
netweblogic
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43994, comment 5

    initial v1  
    1 We definitely need to mention what gets deleted and what does not (whether on .org or inline). After working on some integration of my own plugins, I'm noticing not much information is given about what gets deleted and what does not (e.g. user posts and author info) and the only way to understanding it is trying it out yourself.
     1We definitely need to mention what gets deleted/exported and what does not (whether on .org or inline). After working on some integration of my own plugins, I'm noticing not much information is given about what gets deleted and what does not (e.g. user posts and author info) and the only way to understanding it is trying it out yourself.
    22
    3 Additionally, like the privacy policy, it may be helpful for other plugins to also have a way to hook into this help and state what they delete too.
     3For example, currently, posts submitted by authors are not exported or erased. Comments and user accounts are not erased either, the comment is just anonymized and the user account remains. I appreciate what exactly is removed/deleted is changed down the line.
     4
     5Additionally, like the privacy policy, it may be helpful for other plugins to also have a way to hook into this help and state what they delete/anonymize too, possibly deriving from a list generated by WP containing things it deletes/anonymizes/keeps.