The fourth parameter of add_menu_page
is the menu slug.
Hence the form action should start with: admin.php?page=vsp_settings_page
, if you want to stay on said page.
If your form is correctly written, it should populate the query string in the URL.
You should have probably posted all your form’s markup.
Is there something along the lines of
<input type="text" id="offset" name="offset" value=""/>
in it?
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
- 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 find an option in the database?
- Delete tables from database when deleting plugin
- Modifying a JS file with data from plugin settings
- WordPress sharding: which multi-DB plugin to use?
- Simple form that saves to database
- Is there a hook attached to general settings save?
- How should I use register_setting, add_settings_section, & add_settings_field in my plugin’s options page?
- How do I check what plugins are enabled via the database?
- How can a Firebase user registration and login be integrated into a WordPress site?
- Add custom meta box on Post page
- How to update widget_text in the wp_options table
- prefix table and plugins
- WooCommerce “Save Changes” button appears inside custom settings
- how to show database content in wordpress post
- What is the easiest way to implement cascading database upgrade for my plugin?
- Storing Email Account Passwords for SMTP Mailing for a WordPress Plugin
- If I delete plugins via FTP are settings kept in DB?
- Why is the Settings API is not saving my array of options
- Add get_option to jquery
- What kind of data is that?
- Cannot login to ADMIN even after changing password in phpmyadmin
- How can I add an options page for my class based plugin?
- Create mobile navigation header with settings integration
- How to access data in wordpress database externally using php
- Admin Theme customization
- custom user tables supported in SharDB plugin?
- How to check if tables in WordPress still exists after activations
- Prevent duplicate records in plugin table
- Automatic switch to backup database on fail
- WordPress Integration with Google Groups
- WordPress : Explain Plugins & Theme string value in database
- WordPress as a data-store?
- Update a core option from plugin settings page
- Issue running db create table query from static method
- Problem of encoding characters (apostrophes) in my posts publications
- Is there a rule for wordpress plugins developers to not do any database changes upon update?
- Can I use register_settings and unregister_setting once the settings page has loaded?
- Change the style of h1, h2, only in post entry
- Default plugin config to override wp_options?
- External wpdb connections in different plugins on single page
- Comment “like” problem – “users who like this” avatar linking to current user profile instead of “liker’s” profile
- WordPress plugin boilerplate table create
- How (or where) do I get wordpress plugin update download link?
- Adding option values as an array using a multi selectable select box
- How to relate 3 wordpress components with each other (Create database relationships)
- Creating a search form and displaying results
- Every time I save my plugin options it erases another plugin options
- How can I store data from custom fields to custom tables?
- Integrating Custom Database with WordPress
- How to display results from a data table with an encrypted user id?
- Multisite Plugin – Access options (wp_options) on child sites
- What is the most efficient way of adding additional functionaliy for admin only
- Getting URL GET parameter with Code snippets and storing it in database?
- Color Picker UI in admin is not correct
- Same Plugin tables between wordpress installations
- Managing and deleting transients with dynamically generated transient names
- create pages automatically and dynamically in wordPress
- Load google font script based on optgroup label selected
- add_action(‘the_content’, ‘my_plugin_content’) is null
- WordPress database problem wp_posts, primary key
- How to allow URL with filename & extension in wordpress?
- Programmatically generate new pages for a site based on page template and content elements accessed via DB
- Remove special characters from filenames
- PHP message: WordPress database error Deadlock found when trying to get lock
- How to save the option’s new values plus old value without overwrite old one
- Echo custom admin field into a is_single()
- WordPress Boilerplate Plugin doesn’t see callback functions for add_settings_field and add_settings_section
- How to store multiple instances of the plugin’s options for various shortcodes
- Manual Backup – How to save to Firefox or Chrome (instead of IE which brings up popup I can’t get rid of)
- using wordpress login details for other website / application / forum?
- how to create database to use it in wordpress website?
- how can i get records from wp_postmeta table using particular meta_key in database?
- How to create a custom page for unrelated database?
- User content database [closed]
- Plugin option for input box validation
- Options page textarea to populate custom post select field
- Add a checkbox in plugin options page and make it actually work
- Write mysql credentials in plugin
- Saving an array to get_options
- ‘all’ hook and get_option issue
- Is there a plugin that will override the “Error establishing a database connection” message? [closed]
- Get the url of attachments from the post?
- Create New Admin Menu Section – Like how custom post type works, in a way
- Shortcode returning specific content of a post
- get_option returning a different value from what’s saved
- How can I delete the options from DB when the plugin is deleted?
- Does anyone recognize these table names?
- Edit a page/post DB data?