do_action('register_form');
doesn’t echo the form. It runs inside the form. You can use it to add information or maybe alter some values… maybe. So the answer is that you can’t insert the registration form with that mechanism. And while there are function in wp-login.php
, the form isn’t one of them.
What you probably want is wp_loginout
.
function loginout_sc_wpse_107419() {
wp_loginout();
}
add_shortcode('loginout','loginout_sc_wpse_107419');
The form itself is not part of any function that you can reuse, so far as I know. The code for it is here, though. You will have to create that form yourself, using that code as a model.
Related Posts:
- Problem with email_exists in shortcode
- How to register a user via modal after clicking a link in the shortcode?
- Custom user registration shortcode – redirect header issue
- How to load specific template page in a custom shortcode
- How to create shortcode for auto login after registration
- current_shortcode() – detect currently used shortcode
- Get shortcode name from within it’s callback function? [duplicate]
- Tinymce – How to hook before or after live shortcodes rendering?
- How to customize a shortcode using the customizer
- 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 execute shortcode with javascript
- Getting attribute value from shortcode
- Get shortcode attributes outside shortcode function
- My shortcode is not working in Contact Form 7 Message Body
- How to make this shortcode work for post content
- How I make a shortcode for this code?
- Get shortcode from the content and display it in other place (in sidebar, for example)
- Alternate text if shortcode returns no data
- sql query in shortcode not working
- Global, network-wide shortcodes or text replace functions
- Video size and border radius using a shortcode
- How to use div class between the shortcode variable?
- wp_editor returns the shortcode and not render the output
- Prevent wordpress from rendering shortcode in post
- Error do_shortcode In WooCommerce Template
- Embedding Instagram via shortcode doesn’t work as advertised in official docs
- Executing a shortcode from a “normal” text/hyperlink
- Execute shortcode only once in the page
- Can a shortcode return its own name?
- Two different inner shortcode under shortcodes or multiple nesting of inner shortcodes
- 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
- WordPress shortcode for a section Template
- Problem with multiple shortcode in page template
- Saving post content to database with do_shortcode?
- Is it important to sanitize inputs in a shortcode that will be used in site that only I will post to?
- Shortcode Function not working
- Using shortcode to display array in array
- Add the last viewed post title to a contactform with shortcode [closed]
- Custom recent-posts shortcode’s thumbnail image not in line with rest of code
- Adding a template part as part of a shortcode
- Just display content between shortcode brackets
- How can i share codes on my blog?
- Why does WP display the actual shortcode not the string that’s meant to replace it?
- Getting error on submitting form using Ajax with shortcode
- Check if CTP category taxonomy is set in shortcode
- Using the title of the post in a shortcode
- Hijack WordPress Shortcode attribute
- Turning variable into a value set in shortcode
- How to find specific shortcodes in a post or in a widget and pass them to a variable?
- FontAwesome Shortcode isn’t working properly
- Change variable value for different shortcode attributes?
- Call Shortcode on wp_footer
- How to copy [gallery] shortcode between posts using polylang [closed]
- Shortcode question…. javascript
- Shortcode not displaying video as expected
- How to add a shortcode that creates an adjacent column of text in the content editor?
- Template not loading with get_template_part or locate_template
- How to Display Shortcode’s Content after Short Product Description?
- Check if parent page has child page of certain slug
- Jetpack gallery shortcode with slideshow
- Shortcode atts for WP Query args
- Remove figcation from excerpt
- Shortcode select another dbbase
- How to use code in an editor block?
- return an array with a shortcode
- PHP not outputting the onclick in anchor tag
- Create Button for Shortcode in Text Editor
- Send Mail with link to current_user
- Geoip shortcodes in comments
- Shortcode not interpreted if parameter set
- shortcode atts not working
- do_shortcode for is_page(slug)
- Create shortcode to display specific post in relationship current date
- Add custom shortcodes to the Welcome Mail
- How to handle multiple nested shortcodes with different tags?
- Using shortcode to stop post content from displaying
- Custom Login in Shortcode got error
- Nested WordPress Shortcodes of Different Types
- Creating custom shortcode
- WordPress Not rendering short code properly?
- Initialize add_action() for every copy of a specific shortcode
- WP_Editor Shortcode Issue
- Shortcode not working in custom post types
- Shortcode or placeholder for theme options page?
- 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?
- Is it possible to change a shortcode parameter based on a media query?
- IFrame Shortcode plugin – issue
- How to call shortcode on button click
- Wrapping a function in html tag and return?
- Working with Shortcode, AJAX, Elementor
- How to exclude some cats from wp_list_categories using shortcut