Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-28 00:24:37 +02:00
parent 7b116d29b0
commit f7afb4e4dc
5 changed files with 1107 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';