Warning in helper.php
-
Warning: array_change_key_case() expects parameter 1 to be array, null given in \wp-content\plugins\woocommerce-products-filter\classes\helper.php on line 263
To fix this replace: Line 263
$translations[$lang] = array_change_key_case($translations[$lang]);
To:
if (isset($translations[$lang]) && $translations[$lang] = array_change_key_case($translations[$lang])){And add } it at line 274
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Warning in helper.php’ is closed to new replies.