=== WP Comment Policy Checkbox === Contributors: fcojgodoy Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=C7M43R6RDXRBG Tags: comments, privacy policy, checkbox, GDPR Requires at least: 3.0.1 Tested up to: 4.9.5 Stable tag: trunk Requires PHP: 5.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Add a required privacy policy checkbox to the default WordPress comment forms, with a custom link to the privacy policy page opening in new tab. == Description == Add a required privacy policy checkbox to the default WordPress comment forms, with a custom link to the privacy policy page opening in new tab. Optionally, you can display a customized text before the checkbox. == Installation == 1. Upload `wpcpc` folder to the `/wp-content/plugins/` directory or install from 'Plugins' menu in WordPress. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Set the polity policy page in 'Settings/Comments' menu in WordPress. == Theme compatibility == The plugin creates a concrete HTML structure to print the checkbox. Not in all theme will be displayed correctly. == Contributing == The development is done in Github: https://github.com/fcojgodoy/wp-comment-policy-checkbox == Screenshots == 1. Setting fields on comments setting page. 2. Basic policy information, policy checkbox and link printed on the bottom of the comment form, before the submit button. 2. Error message if the policy checkbox is not checked. == Changelog == = 0.2.2 = * Improve gettext strings = 0.2.1 = * Improve gettext strings * Small font for policy basic info = 0.2.0 = * Improve code * Add id for accessibility to checkbox input * Force checkbox appearance * NEW! Optionally, you can display a customized text before the checkbox. = 0.1.7 = * Add 'GDPR' tag to plugin. * Fix readme errors. = 0.1.6 = * Fix error occurred when user is logged in. = 0.1.5 = * Change languages file names. = 0.1.4 = * Fix file names. = 0.1.3 = * Fix Internationalization. = 0.1.2 = * Fix generic define names. = 0.1.1 = * Modified main file Description on head comment. = 0.1 = * First version, still in beta.