Newer
Older
Import / web / www.xiaofrog.com / wordpress / wp-register.php
@John Ryland John Ryland on 22 Dec 2020 316 bytes import NUC files
<?php
/**
 * Used to be the page which displayed the registration form.
 *
 * This file is no longer used in WordPress and is
 * deprecated.
 *
 * @package WordPress
 * @deprecated Use wp_register() to create a registration link instead
 */

require('./wp-load.php');
wp_redirect('wp-login.php?action=register');

?>