Invalid argument supplied for foreach() in functions.php
-
Warning: Invalid argument supplied for foreach() in ../plugins/woocommerce-all-discounts/includes/functions.php on line 1421
I was able to get the error to die by adding the following before line 1421
if (!is_array($wad_discounts['order'])) return;
Is there something wrong with a plugin update or is there something else causing this issue?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Invalid argument supplied for foreach() in functions.php’ is closed to new replies.