Error Plugin
-
I have installed the plugin, but it returns an error in this file
Warning: Invalid argument supplied for foreach() in /****/*****/public_html/wp-content/plugins/woo-save-abandoned-carts/includes/class-cartbounty-wordpress.php on line 754
This is code
public function get_active_steps( $automation = false ){ $result = false; $option = 'cartbounty_automation_steps'; $this->restore_steps( $option ); $automation_steps = get_option( $option ); $result = array(); <THIS LINE> foreach ($automation_steps as $key => $step) { </THIS LINE> if(isset($step['enabled'])){ $result[] = $key; } } return $result; }
Why ??
i disabled the other plugins for any conflicts … but nothing
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Error Plugin’ is closed to new replies.