Filters the class name for the session token manager.
Parameters
$session
string- Name of class to use as the manager.
Default ‘WP_User_Meta_Session_Tokens‘.
Source
$manager = apply_filters( 'session_token_manager', 'WP_User_Meta_Session_Tokens' );
Changelog
Version | Description |
---|---|
4.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.