akcjaod MU (3.0.0)
signup_hidden_fields
Opis — z kodu źródłowego
Fires when hidden sign-up form fields output when creating another site or user.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$context | string | A string describing the steps of the sign-up process. The value can be 'create-another-site', 'validate-user', or 'validate-site'. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'signup_hidden_fields', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_action( 'signup_hidden_fields', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii