Fires following the ‘Email’ field in the user registration form.
Source
do_action( 'register_form' );
Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |
Fires following the ‘Email’ field in the user registration form.
do_action( 'register_form' );
Version | Description |
---|---|
2.1.0 | Introduced. |
You must log in before being able to contribute a note or feedback.
This example demonstrates how to add a new field to the registration form. Keep in mind that this won’t be saved automatically. You will still need to set up validation rules and manually handle saving of the additional form fields.
To modify or translate the registration form , page or fieldnames, you can use the following function:
Choose the codes/blocks for translation accurately, otherwise the above function may change other parts of the registration page.