On this page
do_action( 'signup_hidden_fields', string $context )
Hidden sign-up form fields output when creating another site or user.
Parameters
$contextstring-
A string describing the steps of the sign-up process. The value can be
'create-another-site','validate-user', or'validate-site'.
Source
File: wp-signup.php. View all references
do_action( 'signup_hidden_fields', 'create-another-site' );
Related
Used By
| Used By | Description |
|---|---|
| signup_another_blog() wp-signup.php | Shows a form for returning users to sign up for another site. |
| signup_user() wp-signup.php | Shows a form for a visitor to sign up for a new user account. |
| signup_blog() wp-signup.php | Shows a form for a user or visitor to sign up for a new site. |
Changelog
| Version | Description |
|---|---|
| MU (3.0.0) | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/signup_hidden_fields