do_signup_header
Prints signup_header via wp_head.
Description
do_signup_header();
Usage
if ( !function_exists( 'do_signup_header' ) ) { require_once '/wp-signup.php'; } // NOTICE! Understand what this does before running. $result = do_signup_header();
Defined (1)
The function is defined in the following location(s).
- /wp-signup.php
- function do_signup_header() {
- /**
- * Fires within the head section of the site sign-up screen.
- *
- * @since 3.0.0
- */
- }