Сүрөттөө
MrQurban Emergency Rescue is a lightweight, life-saving plugin designed to help you recover your WordPress site when you are locked out of the admin panel due to a fatal error, “Critical Error,” or the dreaded White Screen of Death (WSOD).
It provides a Secret Rescue URL that loads a minimal, fail-safe interface before your active plugins, allowing you to selectively disable problematic plugins or themes by renaming their folders without needing FTP access.
🌟 Key Features
- Fail-Safe Recovery: Loads early to bypass fatal errors caused by other plugins.
- Secret Access: Protected by a unique, randomized secret key.
- One-Click Deactivation: Instantly disable any plugin or theme.
- Debug Tools: Enable
WP_DEBUG_LOGon the fly and view the log file directly in the rescue interface. - Secure: Uses a secret key and verifies permissions.
⚠️ Important Usage Note
While this plugin works as a standard plugin, it is highly recommended to install it as a Must-Use (MU) Plugin to ensure it loads before any other plugin that might be causing a crash.
Скриншоттор

Rescue Interface – The fail-safe screen where you can disable plugins and view debug logs. 
Disable Plugins – Disable Plugins by just clicking the deactivate. 
Disable Theme – Disable theme if the error is in the theme, your website will fallback to default theme. Make sure you have at least one extra theme. 
Admin Interface Guide – The admin settings page under Tools -> Emergency Rescue.
Орнотуу
Standard Installation (Good)
- Upload the
mrqurban-emergency-rescue.phpfile to the/wp-content/plugins/directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Go to Tools > Emergency Rescue to get your Secret URL.
Must-Use (MU) Installation / Fail-Safe Mode (Recommended)
To ensure the plugin works even when your site is crashing early:
1. Upload and Activate the plugin as usual.
2. Go to Tools > Emergency Rescue.
3. Click the “Enable Fail-Safe Mode” button. This will safely create a loader file in your /wp-content/mu-plugins/ directory.
4. If your hosting has restricted permissions, the plugin will provide instructions for a manual one-file upload.
FAQ.KG
-
How do I find my Secret Rescue URL?
-
Go to Tools > Emergency Rescue in your WordPress dashboard. It is also displayed in an admin notice upon installation.
-
What if I forgot my Secret URL and can’t access the admin?
-
You can find the secret key in your database in the
wp_optionstable under the option namewper_secret_key. Alternatively, you can define a constant in yourwp-config.php(feature coming soon) or check the file code if you have FTP access. -
Does this plugin delete my files?
-
No. It simply renames the plugin or theme folder by appending
.off(e.g.,plugin-namebecomesplugin-name.off). This forces WordPress to deactivate it. You can restore it from the same interface.
Сын-пикирлер
There are no reviews for this plugin.
Contributors & Developers
“MrQurban Emergency Rescue” is open source software. The following people have contributed to this plugin.
МүчөлөрүTranslate “MrQurban Emergency Rescue” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Өзгөртүүлөр
1.1.0
- Added Debug Log Viewer with runtime error logging capability.
- Migrated activity logs to the database for security and compliance.
- Added manual “Fail-Safe Mode” setup to comply with WordPress.org guidelines.
- Improved security, sanitization, and internationalization support.
1.0.0
- Initial release.