Skip to content

isabella232/wp-plugin-safe-mode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Enables a debugging safe mode by preventing any plugins from loading.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published