Description
Fires when hidden sign-up form fields output when creating another site or user.
Occurrences
Filename | Line Number |
---|---|
wp-signup.php | 409 |
wp-signup.php | 629 |
wp-signup.php | 774 |
Parameters
Type | Name | Description |
---|---|---|
string | $context | A string describing the steps of the sign-up process. The value can be 'create-another-site', 'validate-user', or 'validate-site'. |
PHP Doc
/**
* Fires when hidden sign-up form fields output when creating another site or user.
*
* @since MU (3.0.0)
*
* @param string $context A string describing the steps of the sign-up process. The value can be
* 'create-another-site', 'validate-user', or 'validate-site'.
*/