Call to undefined function ss_wc_mailchimp()
-
Hi
I just want to share my experience with anyone else that might have the same problem. After I updated to 2.0.8 I got the current problem:
Fatal error: Call to undefined function ss_wc_mailchimp() in ….plugins/woocommerce-mailchimp/includes/class-ss-wc-mailchimp-plugin.php on line 132
After some troubleshooting I found out that renaming the file includes/functions.php to ss-wc-functions.php and change the require_once to the new filename on line 103 in class-ss-wc-mailchimp-plugin.php Solved the problem.
if ( ! function_exists( 'ss_wc_mailchimp' ) ) { require_once( 'ss-wc-functions.php' ); }
Hope it might help someone else.
Regards Olof
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Call to undefined function ss_wc_mailchimp()’ is closed to new replies.