signup_header
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
signup_header
wp-signup.php 35
do_action( 'signup_header' );