Files
plastyczna.luxmedkrakow.pl/wp-content/mu-plugins/cookie-notice-pro-loader.php
Jacek Pyziak aa67c74b74 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 GTM integration to manage user consent for cookies.
- Created Elementor Webhook Relay plugin to forward form submissions to Google Apps Script.
2026-05-12 23:09:40 +02:00

8 lines
258 B
PHP

<?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';