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
Hi,
I upgraded my environment to php7.2 and i ran the php compatibility checker..
Below is the error which i am getting:
Please let me know if there is any updated plugin by which we can have get this fixed.
I can override these functions in my themes as these are private functions of a class and it does not have any method to apply hooks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I upgraded my environment to php7.2 and i ran the php compatibility checker..
Below is the error which i am getting:
FILE: /var/www/html/medicare/wp-content/plugins/posts-to-posts/admin/dropdown.php
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
50 | WARNING | Function each() is deprecated since PHP 7.2; Use a foreach loop instead
FILE:
/var/www/html/medicare/wp-content/plugins/posts-to-posts/vendor/mustache/mustache/src/Mustache/Tokenizer.
php
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
95 | WARNING | INI directive 'mbstring.func_overload' is deprecated since PHP 7.2
Please let me know if there is any updated plugin by which we can have get this fixed.
I can override these functions in my themes as these are private functions of a class and it does not have any method to apply hooks.
The text was updated successfully, but these errors were encountered: