Enhancement – create _GDPR table
-
Currently all of the GDPR information seems to be saved to the WordPress _options & _usermeta tables.
An an enhancement, please consider splitting the data out to various tables to improve system optimisation and provide an improved means of data segregation which is often very important when it comes to privacy related matters.
Having separate tabled for GDPR functionality means that such data is not mixed in with other data. It ensures that such information can be replicated or backedup separately which is not possible when the data is mixed in with other tables.
Some suggestions:
_GDPR_options for storing all the GDPR options from settings page.
_GDPR_audit for storing changes to the privacy policies and other required consents.
_GDPR_users for storing the users consents, cookie acceptance etc
- The topic ‘Enhancement – create _GDPR table’ is closed to new replies.