-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP 7.4 - Trying to access array offset on value of type bool #722
Comments
Hi @landbryo use Null Coalescing Operator ?? maybe? thanks [update: sorry I see you've added a fix.. will this be deployed to the wordpress plugin repo at some point?) |
@codemonkeynorth that would be a question for @valendesigns since he was going to review and potentially merge the fix. |
Thanks @landbryo, I implemented your change to my code and I'm not getting the notice anymore! |
Sorry, I'm confused. What was the fix? I'm getting the same error. |
I was getting a bunch of notices that I couldn't ignore. Looked into this notice a bit and it appears to be related to some changes in PHP 7.4. It should be a relatively easy fix that I'll go ahead and look into resolving.
The text was updated successfully, but these errors were encountered: