Anyway to output the registration form like the login form with wp_login_form()?
The registration form is generated by code directly in wp-login.php (https://core.trac.wordpress.org/browser/branches/5.0/src/wp-login.php#L786) and this code is not wrapped with any function, so… I’m afraid there is no such function ready to use. Of course you can mimic the code from the file above and wrap it with your own function…