WP HOOKS
filtrod 5.2.0

recovery_mode_begin_url

Args 3Plik wp-includes/class-wp-recovery-mode-link-service.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the URL to begin recovery mode.

Parametry

ParametrTypOpis
$urlstringThe generated recovery mode begin URL.
$tokenstringThe token used to identify the key.
$keystringThe recovery mode key.

Wywołanie

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

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

Popularne w tej kategorii