Add Cookie Notice Pro plugin with styles and Google Consent Mode integration

- Introduced Cookie Notice Pro plugin for GDPR compliance with a customizable cookie information popup.
- Added CSS styles for the cookie notice, including light and dark themes, animations, and responsive design.
- Implemented Google Consent Mode v2 with default denied settings and Google Tag Manager integration.
- Created Elementor Webhook Relay plugin to handle form submissions and forward data to Google Apps Script.
This commit is contained in:
2026-05-12 23:11:01 +02:00
parent 3604679a40
commit e575d17abd
6 changed files with 1165 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?php
/**
* Plugin Name: Cookie Notice Pro Loader
* Description: Auto-loader dla mu-plugin Cookie Notice Pro (WP nie skanuje rekursywnie mu-plugins).
*/
if (!defined('ABSPATH')) { exit; }
require_once __DIR__ . '/cookie-notice-pro/cookie-notice-pro.php';