Used By
Used By | Description |
---|---|
wp-includes/class-wp-paused-extensions-storage.php: WP_Paused_Extensions_Storage::get_option_name() | Get the option name for storing paused extensions. |
Gets the recovery mode session ID.
(string) The session ID if recovery mode is active, empty string otherwise.
File: wp-includes/class-wp-recovery-mode.php
public function get_session_id() { return $this->session_id; }
Version | Description |
---|---|
5.2.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_recovery_mode/get_session_id