Changeset 40998
- Timestamp:
- 07/04/2017 05:15:47 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-session-tokens.php
r39670 r40998 36 36 37 37 /** 38 * Geta session token manager instance for a user.39 * 40 * This method contains a filter that allowsa plugin to swap out41 * the session manager for a subclass of WP_Session_Tokens.38 * Retrieves a session token manager instance for a user. 39 * 40 * This method contains a {@see 'session_token_manager'} filter, allowing a plugin to swap out 41 * the session manager for a subclass of `WP_Session_Tokens`. 42 42 * 43 43 * @since 4.0.0 … … 46 46 * 47 47 * @param int $user_id User whose session to manage. 48 * @return WP_User_Meta_Session_Tokens WP_User_Meta_Session_Tokens class instance by default. 48 49 */ 49 50 final public static function get_instance( $user_id ) {
Note: See TracChangeset
for help on using the changeset viewer.