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



secure_auth_cookie › WordPress Filter Hooks

Da3.1.0
Deprecaton/a
apply_filters( 'secure_auth_cookie', $secure, $user_id )
Parametri: (2)
  • (bool) $secure Whether the cookie should only be sent over HTTPS.
    Richiesto:
  • (int) $user_id User ID.
    Richiesto:
Definito a:
Codex:

Filters whether the auth cookie should only be sent over HTTPS.





Sorgenti

$secure = apply_filters( 'secure_auth_cookie', $secure, $user_id );