|
Server : Apache System : Linux ecres258.servconfig.com 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64 User : tccustom ( 10268) PHP Version : 7.3.33 Disable Function : NONE Directory : /home/tccustom/public_html/ | |
|
Path: /home/tccustom/public_html/wp-register.php
Size: 334 B
Permissions: 0644
<?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( site_url('wp-login.php?action=register') );
exit;
?>