WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about signup_hidden_fields

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-signup.php do_action 409 /**
* 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'.
*/
wp-signup.php do_action 629 /**
* Filters the default user variables used on the user sign-up form.
*
* @since 3.0.0
*
* @param array $signup_user_defaults {
* An array of default user variables.
*
* @type string $user_name The user username.
* @type string $user_email The user email address.
* @type WP_Error $errors A WP_Error object with possible errors relevant to the sign-up user.
* }
*/
wp-signup.php do_action 774 /**
* Filters the default site creation variables for the site sign-up form.
*
* @since 3.0.0
*
* @param array $signup_blog_defaults {
* An array of default site creation variables.
*
* @type string $user_name The user username.
* @type string $user_email The user email address.
* @type string $blogname The blogname.
* @type string $blog_title The title of the site.
* @type WP_Error $errors A WP_Error object with possible errors relevant to new site creation variables.
* }
*/

Hook Parameters

Parameter Type Name Description
string $context A string describing the steps of the sign-up process. The value can be
string $context A string describing the steps of the sign-up process. The value can be
string $context A string describing the steps of the sign-up process. The value can be