do_action( 'signup_extra_fields', WP_Error $errors )
Fires at the end of the user registration form on the site sign-up form.
Description Description
Parameters Parameters
- $errors
-
A WP_Error object containing 'user_name' or 'user_email' errors.
Source Source
File: themes/ld30/templates/modules/login-modal.php
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |