wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



attach_session_information › Les Filtres WordPress

Depuis4.0.0
Dépréciéen/a
apply_filters( 'attach_session_information', array()
Paramètres: (2)
  • (array) $session Array of extra data.
    Requis: Oui
  • (int) $user_id User ID.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the information attached to the newly created session.

Can be used to attach further information to a session.





Source

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