signup_header

signup_header

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('signup_header') is found 1 times:

  • /wp-signup.php line 28
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
         * 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();