Hi,
I was going to upgrade my server php version to 7.0. before that I installed PHP Compatibility Checker plugin to check theme and plugins works with php7. plugin URL – https://wordpress.org/plugins/php-compatibility-checker/ .
This checker plugin shows that XStore core plugin has one error. Below is the checker plugin error details.
FILE: /home_ssd/heshy119/public_html/gainzauthority.com/wp-content/plugins/et-core-plugin/inc/wordpress-importer/wordpress-importer.php
—————————————————————————————————————————————————————————
FOUND 1 ERROR AFFECTING 1 LINE
—————————————————————————————————————————————————————————
796 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right order since PHP 7.0. Use curly braces to remove ambiguity.
—————————————————————————————————————————————————————————
I tried to resolve the error. but i couldn’t. Actually I’m not good at PHP coding.
please help me to resolve this issue?