apply_filters( 'session_token_manager', string $session )

Filters the class name for the session token manager.


Parameters

$session

Name of class to use as the manager.<br> Default 'WP_User_Meta_Session_Tokens'.


Source

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

View on GitHub



Changelog

Changelog
Version Description
4.0.0 Introduced.