wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



secure_logged_in_cookie › Filtr WordPress Hooks

Od3.1.0
Przestarzałyn/a
apply_filters( 'secure_logged_in_cookie', $secure_logged_in_cookie, $user_id, $secure )
Parametry: (3)
  • (bool) $secure_logged_in_cookie Whether the logged in cookie should only be sent over HTTPS.
    Wymagane: Tak
  • (int) $user_id User ID.
    Wymagane: Tak
  • (bool) $secure Whether the auth cookie should only be sent over HTTPS.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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