We'll create fresh WordPress site with GDPR Tools installed. You have 20 minutes to test the plugin after that site we'll be deleted.
First, tick checkbox “Enable privacy settings modal triggering” on plugin’s settings page. Then go to the page where you want to place a link (it can be pages, posts, widgets, etc.), open text editor and create a link with class “gdpr-tools-trigger-privacy-modal”. Pressing this link will open user’s data modal window.
Example:
<a class="gdpr-tools-trigger-privacy-modal">Show my cookie settings</a>
First, tick checkbox “Enable user profile data removal” on plugin’s settings page. Then create a page with successfull data removal text and give it some slug, i.e. “site.com/remove-my-user-data”. Then append string “?gdprt-remove-user-info” to this link. Result link url will be “site.com/remove-my-user-data?gdprt-remove-user-info”. Insert this link to any place of your site. Pressing this link will erase user’s data.
Example:
<a class="https://site.com/remove-my-user-data?gdprt-remove-user-info">Remove my data from site</a>
First, tick checkbox “Enable user profile data removal” on plugin’s settings page. Then go to user profile page and search for section “GDPR Tools”, where you will find button “Remove user info”. Pressing this button will erase user’s data.
You can setup or adjust (in PRO version only) user privacy settings or show/hide consent notice by checking or un-checking option “GDPR consent accepted”