do_action( ‘signup_hidden_fields’, string $context )

In this article

Fires when 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

do_action( 'signup_hidden_fields', 'create-another-site' );

Changelog

VersionDescription
MU (3.0.0)Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.