We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This line produces an error in PHP8:
altis-cms/lib/simple-local-avatars/includes/class-simple-local-avatars.php
Line 928 in d8348f1
TypeError: Unsupported operand types: string + int
Using is_numeric instead of the additional of a 0 and is_int fixes the error.
is_numeric
is_int
PR raised in 10up repository to fix this issue:
10up/simple-local-avatars#183
The text was updated successfully, but these errors were encountered:
hey @mattwatsoncodes, just to let you know this is getting fixed in: #695
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
This line produces an error in PHP8:
altis-cms/lib/simple-local-avatars/includes/class-simple-local-avatars.php
Line 928 in d8348f1
Using
is_numeric
instead of the additional of a 0 andis_int
fixes the error.PR raised in 10up repository to fix this issue:
10up/simple-local-avatars#183
The text was updated successfully, but these errors were encountered: