https://github.com/silverbackstudio/wp-policy
Wordpress Privacy Policy Management Plugin
https://github.com/silverbackstudio/wp-policy
Last synced: 3 months ago
JSON representation
Wordpress Privacy Policy Management Plugin
- Host: GitHub
- URL: https://github.com/silverbackstudio/wp-policy
- Owner: silverbackstudio
- Created: 2020-04-29T14:26:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-08-06T23:06:54.000Z (10 months ago)
- Last Synced: 2025-08-17T01:33:54.799Z (10 months ago)
- Language: HTML
- Size: 1.01 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordpress Privacy Policy Management Plugin
Provides a set of components to generate and embed Privacy Policies in Wordpress
## Supported Policies
* Privacy Policy
* Cookie Policy
..other coming soon.
## Features
* Gutenberg Block
* Shortcode `[svbk-policy /]`
* Policy customization with Company Name, Address, Email, etc
* Wordpress default policy page replacement
* Languages support (en, it)
* Dynamic import from Policy Providers (in progress)
## Installation
Via Composer:
```bash
composer require silverback/svbk-wp-policy
```
## Contributions
* Clone package from the repo
* Run `npm install` to install require dependencies
### Blocks
Run `npm start` to start block compiler. When finished run `npm run build`.
### Style
Run `npm compile:scss` to start CSS compiler. To build the production version run `npm build:scss`.
See `package.json` for available commands.