[wp-trac] [WordPress Trac] #25137: Enable safe mode to run WordPress without loading plugins
WordPress Trac
noreply at wordpress.org
Sun Aug 25 17:02:16 UTC 2013
#25137: Enable safe mode to run WordPress without loading plugins
-----------------------------+------------------------------
Reporter: knutsp | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Plugins | Version: 3.6
Severity: normal | Resolution:
Keywords: dev-feedback |
-----------------------------+------------------------------
Changes (by c3mdigital):
* keywords: => dev-feedback
Comment:
I like this idea in theory but there are concerns like undefined function
fatal errors and what would be the best process for doing this. I did a
quick test of this concept by adding the following to a mu-plugin:
{{{
add_filter( 'option_active_plugins', '__return_empty_array' );
}}}
All plugins were temporarily disabled. The next question would be how
would this be enabled? If we set an option and something breaks it might
be hard to recover. A $_GET parameter would work but there are security
concerns.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/25137#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list