The option will be stored in the table $wp_prefix . "options"
as an array.
You can get the option with $myoptions = get_option('plugin_options')
; try var_export( $myoptions );
to see that.
There is also a hidden page in wp-admin/options.php
where you can see all saved options.
Related Posts:
- Settings API – input always updates over validation
- Hook if somebody saves plugin options?
- Where can I find a schema of wordpress plugin core architecture?
- How to Loop Plugin Option Field Set?
- How should I use register_setting, add_settings_section, & add_settings_field in my plugin’s options page?
- Using tabs for wordpress plugin
- How to handel multiple checkbox field in the admin settings page with Settings API
- Custom plugin settings: clicking “save changes” does not display success message
- How can I include a setting that has a variable number of values in a settings page using register_setting?
- Saving Plugin settings to the database
- check for the current screen
- Plugin set default setting value when it activated
- Is it ok to call get_option without hooks?
- Get page slug in Admin menu
- Stop the form of beign submitted on “Save changes” custom option page
- Add a Custom Permalink option in the Permalink Admin Screen?
- Wp die causing 500 Internal Server Error?
- redirect on theme switch – WordPress
- Can’t get plugin settings page to save data
- Why this global array is returning NULL from a callback function
- Serialize data for wp options
- How to get specific setting by settings_fields()?
- Most efficient way to use classes to create admin pages using Settings API
- Add Plugin options as subpage to Theme options page
- Show admin notice on incorrect value on form field
- Cannot display settings field
- Checkbox conflict in my custom plugin admin page
- Create tabs in admin options page from custom post type loop
- Bulk update all posts from plugin settings screen
- Change the display of Settings API (do_settings_sections)
- Plugin Options not being output
- Settings API saved values not getting shown in the dropdownbox
- Gathering and logging data from a plugin: how to do it without race conditions?
- Can I use register_settings and unregister_setting once the settings page has loaded?
- How to automatically redirect to custom admin menu after plugin activation?
- Update WP option by plugin
- How to save plugin custom settings page fields
- CMB2 – array_search or in_array from repeat_group and comma separated values
- How to change php variable value using wp setting api
- Settings API Message Error is global
- 500 error when updating plugin option
- How to make sure settings are not lost when plugin is updated?
- Editable select options in quick edit OR in plugin settings
- wp_options not returning value for logged out users?
- How to save Setting pages data to the database?
- how to show new field if option selected?
- update_option_{$option} not working (do function after options are saved)
- How do I render content from a wp_editor in a plugin setting field?
- Settings Fields not showing up in Submenu Page
- How to save the option’s new values plus old value without overwrite old one
- WordPress Boilerplate Plugin doesn’t see callback functions for add_settings_field and add_settings_section
- How do I add a textarea (multirow) option to my WordPress plugin?
- How to store multiple instances of the plugin’s options for various shortcodes
- WordPress Settings – Custom Button actions
- Option page not updating multiple records in settings api
- WordPress 4.1 plugin only save 1 field to database
- Creating a register settings class that supports extended classes
- Unable to Retrieve Setting Value for my Plugin
- Validating values using Settings API?
- Plugin options not appearing on options page using tabbed navigation
- Include paths and functions for external scripts
- Extend my plugin settings with hooks
- How can I save a setting field with multiple checkbox options generated by a foreach loop on a custom wordpress admin page?
- move setting data from wordpress api to codestar freamwork
- How can I prevent a plugin from updating unless it’s minimum PHP version is met?
- wp_enqueue_scripts not working in custom theme
- What characters are allowed as a shortcode tag and how should they be sanitized?
- Finding WordPress sites using my plugins
- WordPress 4.0 Cookie Authentication to avoid nonce error when publishing a post and page
- how to display all posts Custom fields dynamically?
- Easy Digital Download Sub category
- Uncaught TypeError: jQuery(…).flipster is not a function in wordpress
- Can’t catch enqueued style
- Plugin for users to create their own ads like Google Adsence
- Is there a PressThis that doesn’t hotlink?
- WordPress stats API key
- How do I find out what is in control over a certain part of a website?
- Anyway to convert a plugin to become a shortcode?
- ‘Organize Series Plugin’ as muti author feature
- Allow only Admin role to access plugin settings/options page
- Change the style of h1, h2, only in post entry
- How to reset the plugins without deactivate the plugin
- Elementor page builder plugin not loading up all the way? [closed]
- show my own admin_notices after a post has been published
- Play videos with buffering in my server
- Custom form not showing in correct place on page
- Send Array from JS to php file then insert it in wp database through a plugin
- How to override Plugin javascript function : $(‘body’).on(‘change’,’.class’)
- Plugin updates, change file permissions on WordPress
- I am Getting Sorry, no posts matched your criteria on form submit only for certain page [duplicate]
- Plugin information tabs show large blank area at top
- Custom role not listed
- How to fix blog article view and share #’s?
- Attachments plugin cannot click media library button [closed]
- Is there any hook to change media html in post? [duplicate]
- plugins_loaded action is not working properly
- Creating a user ‘add custom field’ section
- Links on FAQ page aren’t working
- How can I make the Twitter Tools plugin hyperlink every link?
- WordPress shortcode plugin not working