register_form action-hook . WP 2.1.0
Fires following the 'Email' field in the user registration form.
Usage
add_action( 'register_form', 'action_function_name_9055' ); function action_function_name_9055(){ // action... }
Changelog
Since 2.1.0 | Introduced. |
Where the hook is called
In file: /wp-login.php
register_form
wp-login.php 1125
do_action( 'register_form' );