Error printing to screen
-
Appears on some of the posts with recipes:
Warning: Invalid argument supplied for foreach() in …/public_html/wp-content/plugins/recipress/php/functions.php on line 288
which is the foreach:
// recipress_instructions_list
function recipress_instructions_list() {
$instructions = recipress_recipe(‘instructions’);
$output = ‘<ol class=”instructions”>’;
foreach($instructions as $instruction) {Any ideas?
Thanks!!
- The topic ‘Error printing to screen’ is closed to new replies.