Remove action 'woocommerce_update_options_integration'
-
I’m also making an integration for Woocommerce. When I save my settings, the mailchimp default settings are also saved (the default, because my settingspage doesn’t provide any mailchimp settings in $_POST).
I removed this line from SS_WC_Integration_MailChimp::__constuct():
add_action( 'woocommerce_update_options_integration', array( $this, 'process_admin_options') );
Now everything is working as it should. Can you make a new version of the plugin with this line removed?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Remove action 'woocommerce_update_options_integration'’ is closed to new replies.