wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



salt › WordPress Filter Hooks

Da2.5.0
Deprecaton/a
apply_filters( 'salt', $cached_salts[ $scheme ], $scheme )
Parametri: (2)
  • (string) $cached_salt Cached salt for the given scheme.
    Richiesto:
  • (string) $scheme Authentication scheme. Values include 'auth', 'secure_auth', 'logged_in', and 'nonce'.
    Richiesto:
Definito a:
Codex:

Filters the WordPress salt.





Hooks correlati:

Sorgenti

return apply_filters( 'salt', $cached_salts[ $scheme ], $scheme );