Hi Eknizky.
Thank you for taking an interest in our plugin.
Shortcodes are working. But if you copy and paste from the plugin description, you get the wrong quotes.
Should be ” not ”.
Replace those and the forms should appear for you.
If you want to disable the cookie management you can leave the cookie settings blank and it should not show up.
Hi,
yes it works, but for example it export me just profile info. Not all my data (posts, commnents)
Hi Eknizky,
You are right. It does not include comments or posts as of right now.
This is on our roadmap and it is set to be released soon.
I hope to get this done by next week.
Either way, thank you for pointing it out and using the plugin. I’ll try and update this thread as soon as I release the update that include comments and authored posts.
Hey Fernando, I have a bunch of other custom post types/fields the user can create too. Are you planning to support the ability to hook them in too?
Hi @wwwilson,
Custom fields are saved as post_meta and user_meta. Those should work already.
I still need to include the actual posts and comments in the Access Data component.
You can also use an action and a filter to add custom information if you want.
Filter
admin_access_data_extra_tables
Adds extra information to the user data exports when looking up manually in the dashboard.
Action
gdpr_export_data_extra_tables
Adds extra information to the user data exports.
Hi Fernando. Perfect, this is just what I was looking for thank you!