WP_Session_Tokens::__construct( int $user_id )

Protected constructor.


Parameters

$user_id

(int) (Required) User whose session to manage.


Source

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

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

Changelog

Changelog
Version Description
WP-4.0.0 Introduced.