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



secure_signon_cookie › WordPress Filter Hooks

Seit3.1.0
Veraltetn/v
apply_filters( 'secure_signon_cookie', $secure_cookie, $credentials )
Parameter: (2)
  • (bool) $secure_cookie Whether to use a secure sign-on cookie.
    Erforderlich: Ja
  • (array) $credentials { Array of entered sign-on data. @type string $user_login Username. @type string $user_password Password entered. @type bool $remember Whether to 'remember' the user. Increases the time that the cookie will be kept. Default false. }
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether to use a secure sign-on cookie.





Quellcode

$secure_cookie = apply_filters( 'secure_signon_cookie', $secure_cookie, $credentials );