WP HOOKS
akcjaod 5.6.0

application_password_failed_authentication

Args 1Plik wp-includes/user.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Fires when an application password failed to authenticate the user.

Parametry

ParametrTypOpis
$error\WP_ErrorThe authentication error.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'application_password_failed_authentication', 'twoja_funkcja' );

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

Popularne w tej kategorii