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



secure_auth_cookie › Filtr WordPress Hooks

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

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





Źródło

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