Theme support is offered to verified customers by forum only. Support requests and solutions made by email, Skype, Envato or any other method will be redirected back to the forum.
-
PHP Warning: Invalid argument supplied for foreach() in /var/www/html/idoidoo/wp-content/themes/socialreach/tmp-campaign.php on line 283, referer: ….
–> line 283 in socialreach/tmp-campaign.php
foreach ( $campaign_categories as $category) {
if ($category->slug == $term->slug) {
echo ‘<option value=”‘.$term->slug.'” selected=”selected”>’.$term->name.'</option>’;
continue 2;
}
}
echo ‘<option value=”‘.$term->slug.'”>’.$term->name.'</option>’;
how can i solve the problem?