Top Google Search Results
- wp_signup_location Wordpress hook details -- Adam Brown, BYU ...
Detailed information about every action hook and filter used in WordPress. Makes Plugin API easier to use. Lists appearance, file location, and deprecation data ... - WordPress › Support » individual MU Registration Page possible?
function ds_my_signup_page() { $page = 'http://myblog.network.tld/signup/'; return $page; } add_filter( 'wp_signup_location', 'ds_my_signup_page' ); if( ... - #17630 (Redirect wp-signup.php to wp_signup_location ...
I noticed that if wp-signup.php is accessed directly and wp_signup_location is not the default "site_url( 'wp-signup.php' )", it does not redirect to the signup ... - WordPress › Support » Creating a custom wp-signup page
wp_redirect( apply_filters( 'wp_signup_location', get_bloginfo('wpurl') . ... I think you can modify location of signup script using filter 'wp_signup_location' ...