apply_filters( 'session_token_manager', string $session )

Filters the session token manager used.


Parameters

$session

(string) Name of class to use as the manager. Default 'WP_User_Meta_Session_Tokens'.


Source

File: wp-includes/class-wp-session-tokens.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.0.0 Introduced.