ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • Functions
  • signup_another_blog
  • signup_hidden_fields

do_action( 'signup_hidden_fields', string $context )

Hidden sign-up form fields output when creating another site or user.


Parameters

$context

(string) 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 on GitHub


Related

Used By

Used By
Used By Description
wp-signup.php: signup_blog()

Setup the new site signup

wp-signup.php: signup_another_blog()

Allow returning users to sign up for another site

wp-signup.php: signup_user()

Setup the new user signup process


Changelog

Changelog
Version Description
WP-MU Introduced. (3.0.0)
ClassicPress Documentation • Made with ClassicPress
Privacy Policy