ERROR: Options page not found – saving settings page with tabs
First Thing The fields are registered only when the proper tab is selected to avoid resetting values in other tabs to defaults on save. And because of that, you should pass the proper tab name/slug to the wp-admin/options.php page which is where the form is being submitted to. You can simply pass it as a … Read more