do_action( 'signup_hidden_fields', string $context )
Hidden sign-up form fields output when creating another site or user.
Parameters
- $context
-
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
Changelog
Version | Description |
---|---|
WP-MU | Introduced. (3.0.0) |