do_signup_header()
Prints signup_header via wp_head.
Hooks from the function
Returns
null. Nothing (null).
Usage
do_signup_header();
Changelog
| Since 3.0.0 | Introduced. |
do_signup_header() do signup header code WP 7.0
function do_signup_header() {
/**
* Fires within the head section of the site sign-up screen.
*
* @since 3.0.0
*/
do_action( 'signup_header' );
}