
內容簡介
主要特色
建立並設定cookie通知
允許使用者啟用/禁用可以追蹤或存儲使用者數據的服務
允許使用者在WordPress網站上刪除所有個人資料,包括Woocommerce和其他插件
允許使用者從Mailchimp服務中刪除電子郵件
允許管理員刪除特定用戶的資料
快速指南
建立連結以允許訪客編輯其cookie設定
首先,在外掛設定頁上勾選「啟用隱私設置彈出視窗」。然後,前往您想要放置鏈結的頁面(可以是頁面、文章、小工具等),打開文字編輯器,並使用類別「gdpr-tools-trigger-privacy-modal」創建連結。點擊此連結將打開使用者的資料彈出視窗。
範例:
<a class="gdpr-tools-trigger-privacy-modal">顯示我的cookie設定</a>
建立連結,以允許訪客刪除其資料
首先,在外掛設定頁上勾選「啟用使用者檔案資料刪除」。然後,創建一個具有成功刪除資料文本的頁面,並為其分配一些slug,例如「site.com/remove-my-user-data」。然後,在此鏈結後附加字符串「?gdprt-remove-user-info」。結果鏈結url將為「site.com/remove-my-user-data?gdprt-remove-user-info」。將此鏈結插入到您的網站的任何地方。點擊此連結將刪除使用者資料。
範例:
<a class="https://site.com/remove-my-user-data?gdprt-remove-user-info">從網站中刪除我的資料</a>
從管理面板中刪除用戶資料
首先,在外掛設定頁上勾選「啟用使用者檔案資料刪除」。然後,前往使用者檔案頁面,尋找「GDPR工具」部分,您會找到「刪除使用者資訊」按鈕。點擊此按鈕將刪除使用者資料。
在管理面板中查看使用者隱私設置
您可以通過勾選/取消選項「GDPR同意已接受」來設置或調整(僅限PRO版本)使用者隱私設置或顯示/隱藏同意通知
外掛標籤
開發者團隊
原文外掛簡介
Main features
create and configure cookie notice
allow user to enable/disable services that can track or store user’s data
allow user to remove all personal data from WordPress site, including Woocommerce and other plugins
allow user to remove email from Mailchimp service
allow admin to delete particular user’s data
Quick Guide
Creating a link to allow visitors to edit their’s cookie settings
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:
Show my cookie settings
Creating a link to allow visitors to remove their data
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:
Remove my data from site
Remove user data from admin panel
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.
View user privacy settings in admin panel
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”
