This commit is contained in:
2026-04-28 00:25:02 +02:00
parent 5449c0146f
commit 0a9bf7276d
6 changed files with 1122 additions and 15 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';