WP_Session_Tokens::__construct( int $user_id )

In this article

Protected constructor. Use the get_instance() method to get the instance.

Parameters

$user_idintrequired
User whose session to manage.

Source

protected function __construct( $user_id ) {
	$this->user_id = $user_id;
}

Changelog

VersionDescription
4.0.0Introduced.

User Contributed Notes

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