You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Deprecated: Brain\Nonces\WpNonce::validate(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/brain/nonces/src/WpNonce.php on line 68
I see deprecations with PHP 8.4:
PHP Deprecated: Brain\Nonces\WpNonce::validate(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/brain/nonces/src/WpNonce.php on line 68
Nullables is only allowed since PHP 7.1, this package supports PHP >=5.5.0.
The text was updated successfully, but these errors were encountered: