[wp-trac] [WordPress Trac] #25137: Enable safe mode to run WordPress without loading plugins
WordPress Trac
noreply at wordpress.org
Mon Aug 26 04:37:26 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 |
-----------------------------+------------------------------
Comment (by rmccue):
Replying to [comment:8 knutsp]:
> A long, secret parameter value seems best. No plugins loaded while this
is in place and verified, except mu-plugins. Admin users are advised to
bookmark this "safe mode" URL, after install or upgrade. When a user is
logged in with this parameter key/value present, and has the right
capability, all plugins are immediately deactivated, with a message and a
visit plugins page link.
Disagree with this approach. If we were to implemented, I think it should
be simple:
{{{
define('WP_DISABLE_PLUGINS', true);
}}}
Anything else is IMO too complicated for something that's only really used
during debugging.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/25137#comment:9>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list