wp_hash_password() (funzione WordPress) restituisce, sotto forma di stringa, l’hash one-way di una password.
tips&tricks
Sintassi
wp_hash_password($password)
| parametro | descrizione |
|---|---|
| $password | La password da processare |
Esempi
echo wp_hash_password("Gestiolex");
/* RISULTATO
8e9aabfae1e82f452ba1de233c85cbc1
*/
Contenuti correlati
- CSS
- HTML
- JavaScript
- jQuery
- PHP
- SQL
- WORDPRESS
0 Comment