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



set_logged_in_cookie › Działania WordPress Hooks

Od4.9.0
Przestarzałyn/a
do_action( 'set_logged_in_cookie', $logged_in_cookie, $expire, $expiration, $user_id, 'logged_in', $token )
Parametry: (6)
  • (string) $logged_in_cookie The logged-in cookie value.
    Wymagane: Tak
  • (int) $expire The time the login grace period expires as a UNIX timestamp. Default is 12 hours past the cookie's expiration time.
    Wymagane: Tak
  • (int) $expiration The time when the logged-in authentication cookie expires as a UNIX timestamp. Default is 14 days from now.
    Wymagane: Tak
  • (int) $user_id User ID.
    Wymagane: Tak
  • (string) $scheme Authentication scheme. Default 'logged_in'.
    Wymagane: Tak
  • (string) $token User's session token to use for this cookie.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Fires immediately before the logged-in authentication cookie is set.





Źródło

do_action( 'set_logged_in_cookie', $logged_in_cookie, $expire, $expiration, $user_id, 'logged_in', $token );