WP_Recovery_Mode::get_session_id(): string

In this article

Gets the recovery mode session ID.

Return

string The session ID if recovery mode is active, empty string otherwise.

Source

public function get_session_id() {
	return $this->session_id;
}

Changelog

VersionDescription
5.2.0Introduced.

User Contributed Notes

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