Languages: English • Reference/wp registration url 日本語 (Add your language)
This Template Tag returns the URL that allows users to register for the site.
<?php echo wp_registration_url(); ?>
<a href="<?php echo wp_registration_url(); ?>">Register</a>
wp_registration_url() is located in wp-includes/general-template.php
.
Login Tags:
is_user_logged_in(),
wp_login_form(),
wp_loginout(),
wp_logout(),
wp_register()
Login URLs:
wp_login_url(),
wp_logout_url(),
wp_lostpassword_url(),
wp_registration_url()