ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • Functions
  • do_signup_header()

do_signup_header()

Prints signup_header via wp_head.


Source

File: wp-signup.php

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

Expand Source Code View on GitHub


Related

Uses

Uses
Uses Description
wp-signup.php: signup_header

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

wp-includes/plugin.php: do_action()

Calls the callback functions that have been added to an action hook.


Changelog

Changelog
Version Description
MU (3.0.0) Introduced. MU (3.0.0)
ClassicPress Documentation • Made with ClassicPress
Privacy Policy