I presume your options are being saved in an array under a single key and not actually within the native options WP uses. You can add an action to update_option_{$option_name}
to update the options famework entry when an option is updated outside your own options panel. You’ll have to figure out what key your own options are being saved under.
Related Posts:
- Site Title and Tagline in Theme Options Page
- Site Title and Tagline in Pagelines DMS Options Panel
- Editor role cannot save custom theme options
- Enqueue Javascript Correctly for 3.5
- Error: options page not found
- Warning: Illegal string offset on theme options page [closed]
- retain querystring values when savincustom options in admin
- WordPress Setting page can not be saved by html radio
- Options.php loop won’t show!
- Setting $_SERVER[‘HTTPS’]=’on’ prevents access to wp-admin
- Custom plugin: Trying to show saved data on frontend
- How to export/import theme customizer settings?
- Remove/unset options field from backend Settings->General?
- How to override .htaccess with new rules without ftp or edit it manual
- Passing array in add_option()
- How can one utilize a variable as a callback function name for add_settings_field
- Implement a multi-value input field where the number of entries is not limited
- Select dropdown not showing selected value php
- How do I output a database option that is an array into a get_posts array?
- Delete option value from array using update_option()
- WordPress if (is_page) translation on certain page
- Performance issues with large website [closed]
- theme options echoing multiple times
- Theme Options: If There is No Input, Don’t Display?
- How to get bool with `get_option()` when already registered setting with type `boolean`
- is it possible to force wordpress to always save thumbnails as ‘jpg’ not ‘png’
- How to override wp-admin styling
- White Screen of Death – wp-admin
- Displaying theme options in css
- max_input_vars: how many am I using?
- Choose To Display Post Views With An Options Panel
- SQL QUERY – Select a value directly from the database
- Can’t extend some core classes
- Adding Default Settings to Theme My Login plugin
- How to add values to media “whitelist_options” in wp-admin/options.php template?
- Set the checkbox as checked by default at options page
- Customizer – Prefix Class Extension
- Ajax – Call to undefined function get_option()
- Namespace spl_autoload problem in WordPress admin
- Selectbox in admin panel function linking to CSS
- Using if/else statements with output from theme options
- My custom wp-admin php files stopped working
- Call to undefined function wp() in wp-blog-header.php
- Cannot access wp-admin (wordpress dashboard)
- How to make my custom widget appear within WordPress widgets? Plugin development
- PHP version problem?
- Programmatically create page when saving custom post type post
- WordPress admin is incredibly slow [closed]
- WordPress theme options error
- Saving plugin settings – ERROR: options page not found
- Filtering a Database Query
- How can I open up my administrative panel to everyone?
- WordPress ajax-action failing because of newline in response
- wp-options keep crashing please help
- WP_OPTIONS table, active_plugins entry [closed]
- Changing the color scheme based on the url visited
- Why is an array created in a function hooked to customize register populated when customizer is loaded but not when the front-end is loaded?
- How to add drag and drop functionalities to a div inside option panel
- Usage of call back function of add_meta_box()
- AJAX wp_insert_user WORKS but responds with “The site is not enabled”
- Undefined index for default custom theme option
- Override Admin menu icon
- Using admin-post.php for admin form but it directs me to admin-post.php white screen
- I installed WordPress locally now how do I login?
- PHP if have image display image, if else text
- How to debug failed changes to posts?
- Php file that doesn’t recognize wordpress functions
- Deactivate a plugin on wp version
- Get value from db for custom contact form
- Aspx/Rss feed – failed to open stream: Redirection limit reached
- Page Options Saving But Not Updating In Backend
- what does $options = get_option(‘test_theme’); do?
- How can I update WordPress plugins or WordPress itself in all server?
- Set all WooCommerce Products to Simple, Virtual & Downloadable
- Search bar for wp menu
- Fatal error login WordPress [duplicate]
- How to make a pagination with dropdown selection?
- Class ‘WP_Privacy_Requests_Table’ not found
- Change CSS Variable value in Theme Customizer Live Preview
- How to separate the taxonomies list from the form so that editing taxonmies is the same as pages and posts?
- How to disable sub menu items from being created?
- Access to “My Site” is missing from the admin bar
- spl_autoload_register is slow for WordPress sites
- Admin backend, show post from a category and exclude the posts from subcategories
- How to update option field in database on clicking the publish button in customizer
- HELP! Frontend User Profile Edit Won’t Update Email
- Right way to display the_author_meta fields?
- Use page-templates without creating theme
- defined (‘ABSPATH’) false after AJAX post to other PHP-file
- admin uploads pre_get_posts not working as expected
- Styling admin page rows in order of importance (checkboxes)
- Category List in Theme Options Page
- Setting field not saving on front-end
- Integrating CSS Into a WP Function Call [closed]
- Echo get_option displays as text
- How do I change the Go To Categories link in the term_updated_messages
- Dynamic Email Handler with ‘header (“Location: …’
- How to change wp-admin and wp-login urls
- How to create a User Role and give permission to only use Web Stories plugin?
- Restricting access to a file for everyone except logged in users