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



attach_session_information › Filtr WordPress Hooks

Od4.0.0
Przestarzałyn/a
apply_filters( 'attach_session_information', array()
Parametry: (2)
  • (array) $session Array of extra data.
    Wymagane: Tak
  • (int) $user_id User ID.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the information attached to the newly created session.

Can be used to attach further information to a session.





Źródło

$session               = apply_filters( 'attach_session_information', array(), $this->user_id );