wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



secure_auth_cookie › WordPress Filter Hooks

Seit3.1.0
Veraltetn/v
apply_filters( 'secure_auth_cookie', $secure, $user_id )
Parameter: (2)
  • (bool) $secure Whether the cookie should only be sent over HTTPS.
    Erforderlich: Ja
  • (int) $user_id User ID.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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