Support for PHP 7.4 and above
-
Hey Author,
Can you please define the variable $reviews just above the foreach loop so that it works for php version 7.4 and above currently its giving error or array_merge function
Add this on line number 378 in the under the path
/wp-content/plugins/wp-structuring-markup/includes/meta/wp-structuring-meta-local-business.php$reviews = [];
Warning: array_merge(): Expected parameter 2 to be an array, null given in /wp-content/plugins/wp-structuring-markup/includes/meta/wp-structuring-meta-local-business.php on line 391
- The topic ‘Support for PHP 7.4 and above’ is closed to new replies.