1047<?php1048/**1049 * Fires after the sign-up forms, before wp_footer.1050 *1051 * @since 3.0.01052 */1053do_action('after_signup_form');1054?>10551056<?php1057get_footer('wp-signup');1058
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.