WP HOOKS
akcjaod MU (3.0.0)

signup_hidden_fields

Args 1Plik wp-signup.phpDokumentacja WP ↗

Opis — z kodu źródłowego

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

Parametry

ParametrTypOpis
$contextstringA 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
}

Popularne w tej kategorii