This release resolves all automated PHPCS check warnings for WordPress.org compliance, cleans up global namespace variables/functions, and enhances input sanitization.
Key Changes in this Release
- WordPress.org PHPCS Compliance:
- Safely unslashed and sanitized
$_COOKIE['altru_cookie_consent']values before parsing. - Prefixed all template-level variables inside the public banner with
$altru_to protect the global scope from namespace pollution. - Renamed global bootstrap functions inside
altru-cookie-consent.phpto use the plugin's namespace prefix.
- Safely unslashed and sanitized