1053<?php1054/**1055 * Fires after the sign-up forms, before wp_footer.1056 *1057 * @since 3.0.01058 */1059do_action('after_signup_form');1060?>10611062<?php1063get_footer('wp-signup');1064
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.