WP HOOKS
filtrod 3.0.0

registration_redirect

Args 2Plik wp-login.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the registration redirect URL.

Parametry

ParametrTypOpis
$registration_redirectstringThe redirect destination URL.
$errorsint | \WP_ErrorUser id if registration was successful, WP_Error object otherwise.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'registration_redirect', 'twoja_funkcja', 10, 2 );

function twoja_funkcja($param_1, $param_2) {
	// Twój kod
}

Popularne w tej kategorii