WP Manifestindependent plugin directory
manifest / privacy / fupi-cookie-reset

Reset WP Full Picture cookie settings

Helper plugin to allow reseting WP Full Picture cookie preferences. Use shortcode: [fupi_reset] or [fupi_reset text="Your Custom Text"] in your footer or privacy policy page. Or add 'fupi-reset' class to any element that should trigger the function for reset. Use [fupi_reset display="0"] to just use javascript and class method.

by Mateusz Zadorozny mpress.cc · github.com/mateusz-zadorozny/fupi-cookie-reset · website

0stars
0forks

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/mateusz-zadorozny/fupi-cookie-reset/archive/refs/heads/main.zip

Readme

=== Reset Full Picture cookie settings === Contributors: mateuszz Donate link: https://mpress.cc/ Tags: comments, spam Requires at least: 4.5 Tested up to: 6.4.1 Requires PHP: 5.6 Stable tag: 1.0.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html

Helper plugin to allow reseting WP Full Picture cookie preferences. Use shortcode: [fupi_reset] or [fupi_reset text="Your Custom Text"] in your footer or privacy policy page. Or add 'fupi-reset' class to any element that should trigger the function for reset.

== Description ==

Helper plugin to allow reseting WP Full Picture cookie preferences. Use shortcode: [fupi_reset] or [fupi_reset text="Your Custom Text"] in your footer or privacy policy page. Or add 'fupi-reset' class to any element that should trigger the function for reset. Requires WP Full Picture to be enabled and cookie module settings saved to work. Otherwise the shortocode will not output anything. The 'fupi-reset' class trigger requires shortcode to be used on the page at least once (suggestion: footer).

Read the full README on GitHub →