If your code is truly going to be the slug (“secret-page” = example.com/secret-page), you could do something like this…
wp_redirect(get_bloginfo('url')."https://wordpress.stackexchange.com/".$_POST['access_code']);
But realize that headers cannot have already been sent, so this needs to happen before get_header()
. Some more testing would be needed, but that should get you down the right path in principle.
You could also have the form’s action be "https://wordpress.stackexchange.com/"
, method as $_GET
and make the name
of the input be "name"
(<input name="name" ...>
).
So if you visit
example.com/?name=my-secret-page
you will end up at
example.com/my-secret-page
as that is default behavior when using “pretty” permalinks
Related Posts:
- Redirect function inside a Shortcode
- How to get URL param to shortcode?
- How to Get a part of URL and put in shortcode?
- Adding a Cookie Session to Shortcode Content
- Login form from shortcode doesn’t redirect after successful login
- redirect if shortcode exists
- Set redirect for need login
- Adding Author URL to Nav Menu via Shortcode
- User name in referral URLs
- Hide password protected dynamic content in templates via shortcode
- How do I point bloginfo(‘stylesheet_directory’) to my parent theme?
- How to display a page dependent on a url parameter supplied by a form/button page?
- Which method to use when deleting posts from the front-end
- wordpress shortcode url decode non Latin character
- how to have the gallery shortcode output one single UL list instead of several DL?
- WordPress transients for a shortcode
- Get post id shortcode
- How to handle valueless attributes in shortcodes?
- How execute shortcode with javascript
- How to render complicated shortcodes
- My shortcode is not working in Contact Form 7 Message Body
- How to make this shortcode work for post content
- Get Shortcode Attributes
- How I make a shortcode for this code?
- Problem with email_exists in shortcode
- Shortcode doesn’t work with classes
- Get shortcode from the content and display it in other place (in sidebar, for example)
- Global, network-wide shortcodes or text replace functions
- Adding shortcode to the main menu
- Inserting PHP inside do_shortcode
- Error do_shortcode In WooCommerce Template
- Executing a shortcode from a “normal” text/hyperlink
- Two different inner shortcode under shortcodes or multiple nesting of inner shortcodes
- Extra paragraph tags in an enclosing shortcode
- Order Woocommerce Products by Latest Reviewed
- $content not null in shortcode, even though it is self closing
- Nesting shortcodes results in the inner shortcode being placed AFTER outer shortcode
- How can I replace my primary url globally with a parked one?
- Create a shortcode that creates a form for users to edit their information
- How to split text text text into array
- WordPress Vue Js Shortcodes
- Shortcode multiple values
- How do you stop a shortcode from firing in the editor?
- menu item to display the most recent post
- Documentation for adding a tinyMCE view for visual live preview of custom shortcode?
- How can I implement shortcode on click event
- How to list users by custom field?
- Form Shortcode not saving data to WP database
- Single post content custom order
- Adding a class to shortcode API
- Is WordPress API visible from PHP file called in htaccess
- Pass data back to TinyMCE from Thickbox
- Forcing WP to embedd a video when using a shortcode
- Shortcode for output of wp_get_archives displays at top of post
- How can I execute shortcode outside the loop?
- How to add “get_theme_mod” inside a shortcode?
- How to create shortcode to display perticular word from page title
- Shortcode is not returned correctly
- Echo HTML in custom shortcode
- How do I make a shortcode?
- Echoing Shortcode content inside the loop
- Redirect old URL (with different post ID) to new URL
- Short code inside the page not working in WordPress
- How can I list only custom shortcodes?
- Add inline style to pages where shortcode was used
- add new attributes into existing shortcodes
- Anchor text in Short code →
- Theme Icons not visible on http://domain.com, works on http://ipaddress
- How to pass an array as attribute of shortcode to work properly shortcode parser?
- Using shortcodes in the Site Title
- Use atributes of shortcode in get template part
- how can i redirect dynamic URL in worpress base on ID in htaccess or wp-config or function.php
- Is there any way to set the Featured image in wordpress post editor, using a Getty images embed code
- Help with a function to create a shortcode
- How to use strip_shortcodes() from a spawned process?
- How to completely prevent WordPress from destroying/modifying my shortcode outputs?
- Term Description Echo or Return – display problems
- Same Shortcode not executing second time
- Check if Page=current user page via shortcode
- Is it inefficient to repeat a Shortcode 100 times on a page?
- tinymce custom button
- WordPress Payment link will not transform PHP vars into values
- Referring to site URL in shortcode argument
- Does a String Replacing script affect shortcode output?
- Shortcode for showing childpages
- How to create shortcode for auto login after registration
- How WordPress Displaying Shortcode In Post Content?
- the_time function inside HTML dom parser
- WordPress Not rendering short code properly?
- Initialize add_action() for every copy of a specific shortcode
- Shortcodes that are created based on user input information
- Remove some tags from shortcodes output? Trying to fix autop
- do_shortcode & render custom field won’t work
- shortcodes inside shortcode to sum values
- is_mobile as shortcode
- How to attach sidebar to shortcode’s output?
- Shortcode append to the the_content()
- Wrapping a function in html tag and return?
- How to change Ugly link?
- Redirect loop upon installation of my plugin