Hi there
My error.log file has recently started to show multiple entries of the following:
Invalid argument supplied for foreach() in /home/user/public_html/wp-content/themes/woopress-main/framework/theme-functions.php on line 4864
It is this line:
foreach ($tweets as $tweet) {
$html .= '<li class="lastItem firstItem"><div class="media"><i class="pull-left fa fa-twitter"></i><div class="media-body">' . $tweet['text'] . '</div></div></li>';
}
$html .= '</ul>';
$html = etheme_tweet_linkify($html);
return $html;
}
Screenshot: https://www.dropbox.com/s/u338pnpl6y4l79g/Screen%20Shot%202015-06-10%20at%2015.26.52.jpg?dl=0
Any ideas what is causing this?