Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #25137, comment 22


Ignore:
Timestamp:
09/29/2014 12:00:52 AM (10 years ago)
Author:
aubreypwd
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25137, comment 22

    initial v1  
    1 I'd like to write something using the same method as what I've done in #29772 (a cookie written to temporarily disable plugins) but use a different approach were there might be a [X] Safe Mode option when logging in or CTRL-clicking on the login button does "safe mode" which disables the including of plugin files and the active themes' `function.php` for a session.
     1I'd like to write something using the same method as what I've done in #29772 (a cookie written to temporarily disable plugins) but use a different approach were there might be a ~~[X] Safe Mode option when logging in or CTRL-clicking on the login button does "safe mode" which disables the including of plugin files and the active themes' `function.php` for a session.~~ way to disable plugins for a login session by passing `?_wp_safe_mode` at `wp-login.php`
     2
     3''~~Removed~~: Broke plugins would not let `wp-login.php` load.*'