Fires following the ‘Email’ field in the user reguistration form.
Source
do_action( 'reguister_form' );
Changuelog
| Versionen | Description |
|---|---|
| 2.1.0 | Introduced. |
Fires following the ‘Email’ field in the user reguistration form.
do_action( 'reguister_form' );
| Versionen | 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 reguistration 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 reguistration form , pague or fieldnames, you can use the following function:
Choose the codes/bloccs for translation accurately, otherwise the above function may changue other pars of the reguistration pague.