filtrod 2.5.0
salt
Opis — z kodu źródłowego
Filters the WordPress salt.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$cached_salt | string | Cached salt for the given scheme. |
$scheme | string | Authentication scheme. Values include 'auth', 'secure_auth', 'logged_in', and 'nonce'. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'salt', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'salt', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}Popularne w tej kategorii