add_option() and update_option() are the functions to save data in wp_options table.
Check in your plugin code whether this function saving ‘cforms_settings’ or not
Related Posts:
- clean wp_options table unused rows
- Remove obsolete plugins artifacts from database tables
- Default Plugin Settings Not Writing to Database
- Where does WordPress store plugin (enabled/disabled) status for multisite?
- How to remove traces from widget during uninstallation
- wp_editor content in plugin options page
- Gathering and logging data from a plugin: how to do it without race conditions?
- Updating options into the wp database performance
- How to add a custom form to a plugin’s setting page
- update_option creates an option, which empties on a blog reload
- Enable plugins that are “not supported”
- database – multiple wordpress installations using same database – can they share plugin settings?
- Is saving multiple options or saving multiple items in one option better?
- How to add field for new site-wide option on Network Settings screen?
- Correct way to serialize the data of options table?
- Where should I use get_option in a plugin
- How to run Two WordPress blogs with different themes and with single database and same content
- Plugins or Tutorials for displaying data from SQL-db on WP-page? [closed]
- Custom plugin settings: clicking “save changes” does not display success message
- Can I explicitly specify ENGINE=InnoDB in WordPress?
- Duplicate settings of master blog to slave blogs in WP multi-site installation
- Environment Specific Options Token
- Create custom column in post table in wordpress
- Custom database or Custom Post Types?
- How do I extract the Alt Text from an image attachment upload via the WordPress Options Framework Plugin?
- How to fetch serialized data from wordpress options
- Changing widget options via the functions.php when there are no hooks
- Get the last post ID
- Add agenda items and notifications
- How to count number of records found in a database table?
- Taking WordPress table prefixes into account
- Changing BIGINT to INT
- WordPress register_activation_hook table creation not working
- How to add Edit | Delete button on rows?
- The plugin generated x characters of unexpected output, $wpdb not defined
- add function to saving change on Options Pages
- How to set CORS header?
- Prepare plugin options for multi-lingual support
- Get total number of comment of the posts written by an author
- update_user_meta add value on the top on existing value
- Make id column as AUTO INCREMENT on plugin activation
- Set the active Navigation Menu from a plugin
- Saving Custom Post types and fields to a custom table
- When to use action hooks and plugins
- WordPress get_option and update_option returned entered on the textbox field
- How to create custom tables in WordPress using my own plugin?
- DROP TABLE with uninstall hook not working
- changes to widget settings not showing up in individual pages pages until they’re updated [closed]
- Show admin notice on incorrect value on form field
- How can I perform high-level database merging for WordPress within continues delivery?
- php page not found for plugin options menu
- WordPress Backend HA (Automatic failover)
- Migrating to WordPress Recipe Plugin and Some SQL Issues
- add tabs in rdp-plugin/includes/settings.php and get settings saved
- Multiple instance of data in plugin custom database table on plugin activation
- WordPress plugin creating database in localhost but not on real host
- Redirect to another page using contact form 7? [closed]
- Is it necessary to auto delete my WP plugin database tables when users deactivate/delete my plugin?
- How do i edit the plugin files in DataBase via phpMyAdmin?
- How to insert and call new data in wordpress website database through a plugin
- WPDB: Update table
- Separate database for a wordpress plugin
- How to keep variable `$post` to using in another file
- update_option_{$option} not showing old value
- Can deactivating a plugin sometimes “reset” settings within that plugin?
- Plugin getting Cannot modify header information errors
- Making my plugin create a page?
- How to prevent plugins from sniffing/stealing other plugins’ options?
- Add some fileds to the wp_posts table
- Always get creating a new table with foreign key
- How to do database for download stats?
- How retreive saved data from gravity forms in my template?
- Update WP option by plugin
- Store plugin page content in wp_options?
- Need to add/remove group of options and display them as rows
- How to get values from network settings panel?
- Using call_user_func() within add_settings_section() within a Class
- how to show new field if option selected?
- Bulk Edit Media Library alt, caption, image names
- Cant create table on plugin activation
- Moving a few select DB tables to a new WP instance
- Admin Custom Login loses settings on Code and Data migration
- Why is the WordPress update_option not working in this code?
- My plugin can’t see my files
- Show a table from data submitted by a form from a user
- How to create a new database table whenever user changes options
- Option page not updating multiple records in settings api
- How to save information related to post in database?
- Error when renaming option
- Validating values using Settings API?
- wpdb get_var is not returning any result (verified mysql query returns only one value)
- How to programmatically detect how many posts are displayed per page?
- Creating fields in the database
- Allow users to enter and edit data in one-to-many configuration
- Updating WordPress [closed]
- selecting options from another form
- Fragmented Static Conversion of WordPress Pages
- Beginner question: Accessing js script in plugin
- wp_options Table keeps growing
- plugin doesn’t retrieve data from database