do_signup_header()

In this article

Prints signup_header via wp_head.

Source

function do_signup_header() {
	/**
	 * Fires within the head section of the site sign-up screen.
	 *
	 * @since 3.0.0
	 */
	do_action( 'signup_header' );
}

Hooks

do_action( ‘signup_header’ )

Fires within the head section of the site sign-up screen.

Changelog

VersionDescription
MU (3.0.0)Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.