Nice but Need to fix warning bug
-
Hi thanks for the plugin and its more useful! But we got php warning like below:
Warning: count(): Parameter must be an array or an object that implements Countable in /wp-content/plugins/homepage-control/classes/class-homepage-control-customizer.php on line 98
Currently we are using PHP 7.2 version. And may be for this upgrade the above error came.
To we have reviewed plugin files and fixed by adding “get_object_vars()” function before using count() function to check object data.
So we hope your team will fix this kind of warnings/errors in the next version release.
Thank You,
SoftScripts
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Nice but Need to fix warning bug’ is closed to new replies.