You’re forming a GET request, i.e. ?var=1&var2=2 but you’ve sent it as a POST request, you need to send the request as a GET request so that the variables are displayed in the url bar as you expect them to be displayed.
Related Posts:
- How to call a plugin function from index.php
- Rewriting every url
- Publish Post After Click On A Link
- How to get the custom page get_permalink?
- Custom url structure for custom template
- Add a Custom Permalink option in the Permalink Admin Screen?
- How to get the permalink of a page when loading my plugin
- How do I add a custom sub menu menu under Woo-commerce marketing?
- How to change custom post type pemalink Hierarcy
- Modifying Author Link to add Author Meta in URL
- Perform internal redirect in WordPress?
- How to get the permanent link in a plugin?
- flush_rewrite_rules() not working with update_option_{$option}
- Add_rewrite_endpoint doesn’t work with post name permalink structure
- How to embed a new string in url?
- Make get_permalink() work outside the Loop using filters
- help intercepting save_post through plugin
- WordPress Frontend Page using Plugin
- Child theme modifications not showing up
- Create new page in wordpress plugin which doesn’t exist
- Getting Fatal error: Uncaught Error: Call to undefined function plugin_dir_path() when linking to another file within my wordpress plugin
- Changing author slug for a custom role without using plugin
- Custom author page for custom role
- Custom role not listed
- Is it possible to change plugin’s Admin Panel Url?
- Coming soon pages with rest of site in maintenance mode
- claim a permalink and all sublinks in plugin
- Best way to initiate a class in a WP plugin?
- What are the common security flaws I need to look for? [closed]
- Conditionally enqueue a widget’s script/stylesheet in HEAD (only when present on page!)
- Stop a plugin in the activation process when a certain WP version is not met then show error message in admin_notices action hook
- How to Add a Third Level Sub Menu to the WordPress Admin Menu
- How to Add an Index to Plugin Database table
- How to safely sanitize a textarea which takes full HTML input
- How to Remove Certain Screen Options and Meta Boxes from add/edit post type?
- Why activate_plugin is not working in register_activation_hook
- Best Practice for Referencing the Plugin Directory
- Creating two database tables via plugin
- Is it a good idea to edit an already existing plugin to add more functionality?
- Custom Filter in WordPress to modify footer information via plugin?
- Query Posts by Custom Field ‘Price’
- Creating a WordPress admin page without a menu for a plugin
- Creating a user’s own folder on user registration
- Common functionality between my own plugins
- Problem requiring/including plugin files with plugin_dir_path( __FILE__ )
- WP WC CLI – WooCommerce setup store with wp-cli [closed]
- Editor access to plugin settings
- How to pass JavaScript variable to PHP in wordpress widget?
- How To Ignore a Filter On Applying Filter the Content In a Function
- Which functions in theme or plugin load first
- Adding Image in readme.txt file of wordpress plugin
- Saving Plugin settings to the database
- How to use a Must-Use plugin to hide a regular one and to hide itself?
- Shortcode display outside the div
- Add CSS animation as Preloader to WordPress
- Activate Plugin which is in subfolder?
- Change Permalinks Structure to a Sequential Number for Each Post?
- Adding dynamic section to WordPress
- Use functionality of 2 wordpress plugins
- Plugin child folder?
- Autoload via composer in plugin interference
- Yoast SEO blocking/re-initialising longer running process
- Add Fields with Sub-Fields to WP Job Manager
- merging an array to an existing array using add_filter
- template_redirect not being called when using ajax
- Can WordPress plugins “Talk to each other”?
- How do I store information in a dynamic block in WordPress?
- Is it possible to set up multistore in Woocommerce? [closed]
- Is there a way to alter the order in which the plugins appear in the page?
- How to correctly detect accessing wp-content/uploads?
- How to create custom embed block in gutenberg wordpress
- Plugin exceeds memory limit
- Find the URL of the current plugin directory
- How can sanitize $_FILES[‘haq_slider’] field
- Retrieving plugin options value saved through setting
- How to trigger $_GET request within admin plugin page?
- Plugin Paths Issue
- How to generate video out of images via WordPress plugin
- How to ‘clone’ a wp plugin to make small changes
- WordPress plugin – Error “Plugin generate 2890 characters of unexpected output when activated”
- Woocommerce plugin for minimum order and add-to-card-step
- UnInstallation of a Plugin from a developers perspective – The correct and clean method
- How to slice an array using posts_per_page? [closed]
- Load custom PHP on a custom URL via a plugin
- Get plugin option in another PHP file
- Plugin appends ugly URL string to index
- Enqueue WordPress plugin scripts below all other JS
- Using a post-signup hook to get user details
- How to apply a patch via plugin?
- woocommerce payment gateway callback not firing [closed]
- White page by using filter template_include
- Is there any kind of theme on WordPress to sell my own movies?
- wp_remote_get() returns 403 while file_get_contents() does not
- How to export post 2 posts WordPress plugin data [closed]
- How to set add question capability for author role in wp pro quiz plugin
- Customization API for plugin development
- User switching only with specific role and return
- Fromcraft Plugin On click submit button [closed]
- Adding Font Awesome to WP Plugin
- How to redirect users to their profile after they successfully edit their profile