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!
- How to get WordPress Time Zone setting?
- Setting $_SERVER[‘HTTPS’]=’on’ prevents access to wp-admin
- How to add some custom HTML to the edit posts page
- reason of splitting theme files to multiple files
- Admin Bar (Toolbar) not showing on custom PHP file that loads WordPress
- WordPress customizer: load controls in a custom div
- How to Join two tables from separate databases within WordPress
- Select dropdown not showing selected value php
- Sortable admin column for one meta key with three possible meta values
- Performance issues with large website [closed]
- theme options echoing multiple times
- is it possible to force wordpress to always save thumbnails as ‘jpg’ not ‘png’
- How to override wp-admin styling
- Settings API – sanitize_callback is not called and it leads to an incorrect behavior
- Admin username and password
- White Screen of Death – wp-admin
- Choose To Display Post Views With An Options Panel
- Set WordPress Default Template
- SQL QUERY – Select a value directly from the database
- Retrieving Author ID in wp-admin area
- Set the checkbox as checked by default at options page
- How to create a form and display its content as table in admin panel?
- Ajax – Call to undefined function get_option()
- Multiple options not staying selected after saving
- Selectbox in admin panel function linking to CSS
- Using if/else statements with output from theme options
- Call to undefined function wp() in wp-blog-header.php
- WP Post-Thumbnail
- Remove metabox from WordPress menu editor page?
- Options API get_option() and update_option() Not Correctly Updating or Returning
- PHP version problem?
- Setting default category base on theme activation
- Programmatically create page when saving custom post type post
- inserting a post from an extern php file but post content doesn’t show on wp site
- How to store options in an array
- WordPress theme options error
- Saving plugin settings – ERROR: options page not found
- Security for data obtained from the database
- WordPress admin-ajax.php
- WordPress Options Page Theory Question
- Pull GetOption() variable into jQuery dynamically created html
- How do I modify the custom footer text and get theme version number to show in wordpress admin?
- WordPress ajax-action failing because of newline in response
- get_total () returns 0 – woocommerce [closed]
- Is a series of update_option calls safe, performance wise?
- Changing the color scheme based on the url visited
- WordPress wp-admin redirect and exception
- How to Change CSS Colors from Custom Plugin Settings Page
- Decimal values via get_option() with custom local (decimal point = comma)
- WordPress redirects to old login after migration
- WordPress language switcher doesn’t work
- Display random image url from list of input values
- Is there a (offical) way for a theme to deactivate itself and show a message in admin?
- what does $options = get_option(‘test_theme’); do?
- Using theme options to change a border-radius value
- Help with accessing wp-admin page and resolving error messages
- Add a custom WooCommerce settings tab with sections
- Dynamically switch file in get_template_directory_uri() | Function [closed]
- Search bar for wp menu
- Fatal error: wp-settings.php on line 199
- No more get_option(‘date_time’) in WordPress 5.5?
- Hide Approved status for certain users in users list
- wordpress contact form messages not sending although it saying they were sent successfully with this php code
- Save custom field on WP_List_Table
- Create “blank” admin page without having admin-bar/admin-menu for faster load
- Editing the term_order field
- WP post meta – for loop inside for loop
- How to find php variable of wordpress theme settings
- Echo Option Value Based On WordPress User Role
- Get value of submit button in custom post type
- wp_query beginner
- I changed the password for the database user of my website, updated wp-config.php and wordpress asks to be reinstalled
- Issue with search form admin panel after PHP migration
- Renaming “Expand Details” within “Add Media”
- Use get_option with $emailTo on contact page
- Add options to WordPress backend
- Not able to call class in NHP framework
- admin-ajax.php loading many times
- Save Option on Database
- How to change a specific character in a theme option value – replace a space with a plus sign
- Setting field not saving on front-end
- What’s the .php file which generates the Custom Background page in the admin panel?
- Select area and checkbox data is not saving?
- How to replace wp-admin login page to another location?
- Adding jquery using php function
- save array of objects with update_option
- What is the best way to reset the site? Different fails while set up
- Add Woocommerce Customers link to custom admin menu
- How rename wp-content and wp-admin folders correctly
- WordPress Customizer add_control Dropdown of Pages with Multi Select?
- How to access admin menu labels and links on front-end?