Invalid argument supplied for foreach() …in line 225
-
I recenlty updated to version 1.5.2 and I am getting the following error:
Warning: Invalid argument supplied for foreach() in /home/content/25/8265325/html/wp-content/plugins/ad-inserter/ad-inserter.php on line 225
Line 225 = foreach ($sidebar_widget as $widget) {
foreach ($sidebar_widgets as $sidebar_widget_index => $sidebar_widget) { foreach ($sidebar_widget as $widget) { if (preg_match ("/ai_widget([\d]+)/", $widget)) { $sidebars_with_deprecated_widgets [$sidebar_widget_index] = $GLOBALS ['wp_registered_sidebars'][$sidebar_widget_index]['name']; } } }
What should I do to fix this?
Thanks!
Cliff
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Invalid argument supplied for foreach() …in line 225’ is closed to new replies.