WordPress Version: 5.9
/**
* Prints signup_header via wp_head.
*
* @since MU (3.0.0)
*/
function do_signup_header()
{
/**
* Fires within the head section of the site sign-up screen.
*
* @since 3.0.0
*/
do_action('signup_header');
}