1040<?php1041/**1042 * Fires after the sign-up forms, before wp_footer.1043 *1044 * @since 3.0.01045 */1046do_action('after_signup_form');1047?>10481049<?php1050get_footer('wp-signup');1051
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.