try this :
// constructing URL
$url = add_query_arg(["submission" => "success"]);
// redirection
wp_redirect($url);
exit();
Related Posts:
- How can I modify the permalink via a filter?
- Newbie question: no index.php? in my plain wordpress permalink
- Change links automatically to affiliate links
- Rewrite sub folder dynamically with country code in WordPress using PHP
- Use WordPress’ URL rewrite engine
- Rename “Portfolio” slug?
- How to rewrite URL with PHP variables with htaccess to a normal looking URL?
- Static variable and add_rewrite_rule?
- Nesting if statements to echo only one string based on what tag was filtered?
- How to change home or site url using action hooks or filter?
- Why do WordPress rewriites seem to work differently for posts vs pages?
- Performance impact of rewriting WordPress URLs
- Is sanitize_title_with_dashes formatting function too liberal (in terms of accepted characters)?
- Changes in permalink structure in WordPress and how to apply to in-site links
- WordPress Persistent connection rule does not work for “posts”
- Append query string to all URL’s
- custom rewrite rule help! Custom rewrite rules not applying to custom post type
- subdirectory index.php is not working
- Use URL Rewrite as well as $_GET parameters in URL?
- parts of url disappear when using # inside href=”” [closed]
- Create custom permalinks to show Custom Post Type’s relationship?
- Add .htm extention to a custom taxonomy
- Help with .htaccess and Login with Subfolders
- WordPress add_rewrite_rules for custom URLs ending in .html
- Rewrite with pagination /foo/page/2/ to posts of a given category, page 2
- Divi change project category slug
- How to add a rewrite endpoint to unattached media?
- How do i add slugs to a URL, but still redirecting to the same page
- Nginx WordPress and another Web app URL structure
- Custom post type url Rewrite (conflicting with page url)
- WordPress Rewrite Rule
- Why is home page content not displaying with this rewrite rule?
- Modifying WP URL handing code?
- How to deal with a GET variable of ‘name’?
- How to define a rule in functions.php that ONLY disables the default wp functionality that undesirably changes ‘&’ to ‘#038;’?
- How to pass username in affiliate link in wordpress website
- Test the existence of a page/article by its URL, taking in consideration the URL rewriting by filters
- url not using query string no longer working
- Current WordPress Page Title as Search Parameter into A Tag
- How does one make a URL return dynamic JSON with custom Content Type?
- URL rewrite rule
- How does WordPress rewrite URLS using its PHP scripts
- How can I turn a url with get method as a clean url with segment as the get method?
- WordPress Rewrite Issue
- How to print redirected query string variables to the page?
- Multiple URL from Custom post name
- Why isn’t my custom function kicking in from my functions.php file?
- Difference in Get Variable Location
- WordPress adding in site URL to header links
- Dynamically append custom post type to end of url
- WordPress add parameters with friendly url structure
- Custom taxonomy with page post type – WordPress
- Remove slug of multiple custom post types with and without hierarchical
- How to trigger WooCommerce order complete email?
- What is This esc_html_e() i wordpress php?
- Menu Items Disappearing
- Wrong UTC and local time only on wordpress
- Jquery ajax to custom php file: returning blank data
- admin-ajax.php returning error 400 namespaced callback
- Performance issues with large website [closed]
- wordpress the_post_thumbnail() not cropping properly
- How to display to visitor which site they came from?
- Changing custom logo link
- How to query for posts with a null or blank post_name?
- What is the correct way to write this conditional statement?
- Grab posts by multiple categories
- edit search.php to include subdomain posts
- Loading php file with AJAX in WordPress frontend
- Asynchronous multiple requests 401 Unauthorized
- WordPress archive page showing 404 Error [duplicate]
- Division by zero error in image.php
- How do I include SVG file used as featured image?
- WordPress loop by meta key that is an array? and how loop multiple arrays
- Adding regular php file to site
- Remove slugs from custom posts type
- Simple jQuery AJAX Request fails to run PHP Script
- Pass important values server-side when processing form
- Wp_editor doesn’t send the required data
- pass html code to worpdress
- Can ‘Custom Field’ data be inserted into this Short Code?
- Merge 2 product attribute terms
- global $product is empty string when passed into function
- How to update custom fields when post is published?
- wpdb->query returns different value to phpMyAdmin
- Trouble Accessing Gravity Forms API (GFAPI)
- Add a default style if no Featured image is selected
- setcookie() issues on running with HTTPS on WordPress
- Querying posts from wordpress with 2 or more conditionals
- Importing demo data in Multisite
- Posts with Custom Fields does not appear
- How to export database correctly for local to online
- Replace TinyMCE with Custom Built Editor
- Setting field not saving on front-end
- Getting custom field data from cart page to checkout page in woocomerce [closed]
- php grabbing every post made?
- How to cut a section of a URL from a string with a regular expression?
- Too few arguments at registering new templates in my plugin
- Limit a search box by CPT + taxonomies, in only one page
- How to edit a widget code?
- Help writing out comments and replies