signup_header

signup_header

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('signup_header') is found 1 times:

  • /wp-signup.php line 28
    	 * Fires within the head section of the site sign-up screen.
    	 *
    	 * @since 3.0.0
    	 */
    	do_action( 'signup_header' );
    }
    add_action( 'wp_head', 'do_signup_header' );
    
    if ( ! is_multisite() ) {
    	wp_redirect( wp_registration_url() );
    	die();