WP_Recovery_Mode::get_session_id(): string
Gets the recovery mode session ID.
Return
string The session ID if recovery mode is active, empty string otherwise.
Source
File: wp-includes/class-wp-recovery-mode.php
.
View all references
public function get_session_id() {
return $this->session_id;
}
Changelog
Version | Description |
---|---|
5.2.0 | Introduced. |