WP_Recovery_Mode::get_session_id(): string In this article Table of ContentsReturn Source Related Changelog ↑ Back to top 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; } View all references View on Trac View on GitHub Related Used byDescriptionWP_Paused_Extensions_Storage::get_option_name()wp-includes/class-wp-paused-extensions-storage.phpGet the option name for storing paused extensions. Changelog VersionDescription5.2.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.