WP_Recovery_Mode::get_session_id

Advertisement

Summery Summery

Gets the recovery mode session ID.

Syntax Syntax

WP_Recovery_Mode::get_session_id()

Return Return

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

Source Source

File: wp-includes/class-wp-recovery-mode.php

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

Advertisement

Changelog Changelog

Changelog
Version Description
5.2.0 Introduced.

Advertisement

Leave a Reply