https://github.com/xwp/wp-plugin-safe-mode
Enables a debugging safe mode by preventing any plugins from loading.
https://github.com/xwp/wp-plugin-safe-mode
Last synced: 10 months ago
JSON representation
Enables a debugging safe mode by preventing any plugins from loading.
- Host: GitHub
- URL: https://github.com/xwp/wp-plugin-safe-mode
- Owner: xwp
- License: gpl-2.0
- Created: 2013-08-26T04:58:42.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-26T05:07:06.000Z (over 12 years ago)
- Last Synced: 2025-01-15T12:16:36.548Z (12 months ago)
- Size: 117 KB
- Stars: 4
- Watchers: 64
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
plugin-safe-mode
================
Enables a debugging safe mode by preventing any plugins from loading.
## Installation
add plugin-safe-mode.php to your mu-plugins folder. If you do not have an mu-plugins folder it must be created first
To activate safe mode:
- add define( 'WP_DISABLE_PLUGINS', true ); to wp-config.php
- Append the query string ?safe_mode=true to any url and the page will be loaded without any plugins active
See: http://core.trac.wordpress.org/ticket/25137