WP_PLUGIN_PREFIX
WP_PLUGIN_PREFIX ='wp-plugin:'
Middleware to enable `'needs': ['wp-plugin:elementor', 'wp-plugin:elementor-pro']` in cookie and content blocker presets.
middleware(array $preset,\DevOwl\RealCookieBanner\presets\AbstractCookiePreset|\DevOwl\RealCookieBanner\presets\AbstractBlockerPreset $instance)
Pass preset metadata with attributes and disable the preset when none of the given plugins is active.
array | $preset | |
\DevOwl\RealCookieBanner\presets\AbstractCookiePreset|\DevOwl\RealCookieBanner\presets\AbstractBlockerPreset | $instance |
check(array<mixed,string> $needs,string $presetIdentifier,string $type,string $slug = null)
Check by an array of dependencies if one is active.
array<mixed,string> | $needs | |
string | $presetIdentifier | |
string | $type | Can be |
string | $slug | Automatically gets filled with the found slug |