after_signup_form action-hook . WP 3.0.0
Fires after the sign-up forms, before wp_footer.
Usage
add_action( 'after_signup_form', 'action_function_name_1174' ); function action_function_name_1174(){ // action... }
Changelog
Since 3.0.0 | Introduced. |
Where the hook is called
In file: /wp-signup.php
after_signup_form
wp-signup.php 1010
do_action( 'after_signup_form' );