1050<?php1051/**1052 * Fires after the sign-up forms, before wp_footer.1053 *1054 * @since 3.0.01055 */1056do_action('after_signup_form');1057?>10581059<?php1060get_footer('wp-signup');1061
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.