An open API service indexing awesome lists of open source software.

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.

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