WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about session_token_manager

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-session-tokens.php apply_filters 58 /**
* Filters the class name for the session token manager.
*
* @since 4.0.0
*
* @param string $session Name of class to use as the manager.
* Default 'WP_User_Meta_Session_Tokens'.
*/
wp-includes/class-wp-session-tokens.php apply_filters 227 /**
* Destroys all sessions for all users.
*
* @since 4.0.0
*/

Hook Parameters

Parameter Type Name Description
string $session Name of class to use as the manager.
string $session Name of class to use as the manager.