signup_header action-hookWP 3.0.0

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

Usage

add_action( 'signup_header', 'wp_kama_signup_header_action' );

/**
 * Function for `signup_header` action-hook.
 * 
 * @return void
 */
function wp_kama_signup_header_action(){

	// action...
}

Changelog

Since 3.0.0 Introduced.

Where the hook is called

do_signup_header()
signup_header
wp-signup.php 28
do_action( 'signup_header' );

Where the hook is used in WordPress

Usage not found.