WP Manifestindependent plugin directory
manifest / privacy / gdprwp-plugin

GDPR for WP

The plugin collecting and managing GDPR data from other active plugins on a WP install

by Peytz & Co (Kåre Mulvad Steffensen, Jesper V Nielsen, Stephan Victor Schønbeck & others) · github.com/gdprwp/gdprwp-plugin · website

12stars
2forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/gdprwp/gdprwp-plugin/archive/refs/heads/master.zip

Declares an update source (http://github.com), so updates arrive through the plugin's own updater.

From the readme

GDPRWP-Plugin To Test the plugin To test on your site, call http://yoursite.com/wp-admin/?debug-gdpr to see if your assigned data to the GDPR object. Follow the example found here https://github.com/GDPRWP/GDPRWP-Plugin-Sample Description GDPR for WP is a proposed solution to GDPR compliance from a technical standpoint. The core of the project is to supply the WordPress Community with a common way to identify and define Personal Identifiable Information. This means, data that alone or in combination with other data can identify a single human being. Our approach is a standardized implementation of functions needed to provide Website administrators with the tools to handel (but not limited to) Right to be forgotten, Data portability, Breach notifications, withdrawal of content, and Plain text policy. 2 parts being developed This project aims to provide a sample plugin, showing you how to identify Personal data in your plugin. The sample code is available on GitHub: The CORE of the project THIS repository (and former Interface), will be available in a GDPR for WP plugin on GitHub: The GDPR for WP plugin will provide the needed functions using WordPress's action/filter hooks

Read the full README on GitHub →