This commit is contained in:
2026-04-28 00:24:55 +02:00
parent 8cc95300c7
commit 1175e315af
4 changed files with 1095 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';