Unable to save custom settings tab after 3.x #38383
cyberwombat
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a few plugins w custom settings tab that stopped saving after upgrading Woo. I can see that the
woocommerce_update_options_XXX
andwoocommerce_settings_save_XXX
actions are firing from tapping into the WC code but for some reason this does not trigger any of the correspondingadd_action
in my plugins. My code is derived from this sample (at bottom) but that no longer works.Any idea what WC change happened that might cause this? The actions are firing fine for loading the settings page but not saving.
Beta Was this translation helpful? Give feedback.
All reactions