WP_Session_Tokens::update_session( string $verifier, array $session = null )

In this article

Updates a session based on its verifier (token hash).

Description

Omitting the second argument destroys the session.

Parameters

$verifierstringrequired
Verifier for the session to update.
$sessionarrayoptional
Session. Omitting this argument destroys the session.

Default:null

Source

abstract protected function update_session( $verifier, $session = null );

Changelog

VersionDescription
4.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.