
內容簡介
這個外掛使用 WordPress 核心工具來遵循 GDPR 規範。
自從 4.9.6 版本釋出以來,WordPress 網站後台提供了一些隱私用戶請求工具。管理員可以為每個用戶建立資料請求,以便發送或刪除用戶的數據。這個外掛允許網站管理員在前端顯示數據請求表單,例如在您的隱私政策頁面上。
輕鬆地在前端集成用於訪問者/用戶的個人數據請求表單,還有些選項:
– 個人數據匯出
– 個人數據刪除
– 上述兩者都包括
很容易集成:
小工具
小工具允許您在主題小工具區域集成數據請求表單。它提供三個選項:表單標題、表單描述段落和表單類型。
Gutenberg 塊(自 1.4 版本開始!)
Gutenberg 塊使前端表單更容易集成到您的網站中。該塊允許您選擇所需的表單類型。
短代碼
[gpdr-data-request] 短代碼允許您在需要的地方集成數據請求表單。此短代碼沒有參數。
PHP 函數
echo gdrf_data_request_form($args) 函數允許您在需要的地方集成數據請求表單。此函數具有一些參數和過濾器(請參閱下面的常見問題解答)。不要忘記用 echo 語句呼叫函數。
GDPR 数据请求表格使用 AJAX 在前端提供干净且用户友好的表格。您可以将其集成到您网站的任何页面(如您的隐私政策页面)或侧边栏/页脚中。
数据保护官(DPO)的电子邮件地址可以在隐私设置屏幕(设置 > 隐私)中更改。
数据请求工作流程:
用戶/訪問者使用您的個人數據請求表格請求個人數據匯出或刪除。
在 WordPress 工具 > 导出/删除个人數據 中創建請求。
向用戶/訪問者發送電子郵件以確認此請求。
在工具 > 导出/删除个人數據 中將用户请求設定為“已確認”。
向網站管理員發送電子郵件以驗證請求。
根据用户请求类型,通过电子邮件向用户/访问者发送個人數據(作为3天有效的下載鏈接),或删除它们。
外掛標籤
開發者團隊
原文外掛簡介
This plugin uses WordPress Core tools for GDPR Compliance.
Since release 4.9.6, WordPress admin has some tools to handle Privacy User Requests. Administrators are able to create Data Request for every users in order to send or erase users data. This plugin allow website administrators to display Data Request Forms in front-end, for example in your Privacy Policy Page.
Easily integrate a Personal Data Request Form for your visitors/users in front-end, with some options:
– Personal Data Export
– Personal Data Erasure
– Both of them
It’s easy to integrate:
Widget
The widget allows to integrate Data Request Form in your theme widget areas. It comes with three options: Form Title, Form Description Paragraph and Form Type.
Gutenberg Block (since 1.4!)
The Gutenberg Block makes it even easier to integrate front-end forms in your website. The block allows you to choose the type of form you need.
Shortcode
[gpdr-data-request] shortcode allows to integrate Data Request Form where you need. This shortcode has no parameter.
PHP Function
echo gdrf_data_request_form( $args ) function allows to integrate Data Request Form where you need. This function has some parameters and filters (see FAQ section below). Don’t forget to echo the function.
GDPR Data Request Form is using AJAX to provide clean and user-friendly forms in front-end. You can integrate them in any page of your website (like your Privacy Policy Page) or in your sidebar/footer.
The email address of the Data Protection Officer (DPO) can be changed in the Privacy Settings screen (Settings > Privacy).
Data Request Workflow:
The user/visitor use your Personal Data Request Form to ask for Personal Data Export or Erasure.
A request is created in WordPress Tools > Export/Erase personal data.
An email is sent to the user/visitor to confirm this request.
The user request is set to Confirmed in Tools > Export/Erase personal data.
An email is sent to the website administrator to validate the request.
The personal data are sent by email to the user/visitor (as a 3-day available download link), or erased, depending on the user request type.
