Summery Summery
Get the option name for storing paused extensions.
Syntax Syntax
Return Return
(string)
Source Source
File: wp-includes/class-wp-paused-extensions-storage.php
return '';
}
$session_id = wp_recovery_mode()->get_session_id();
if ( empty( $session_id ) ) {
return '';
}
return "{$session_id}_paused_extensions";
}
}
Advertisement
Changelog Changelog
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |