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



secure_logged_in_cookie › WordPress Filter Hooks

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

Filters whether the logged in cookie should only be sent over HTTPS.





Quellcode

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