Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/octalmage/easydebug

Easily disable plugins and switch to a default theme using query strings.
https://github.com/octalmage/easydebug

Last synced: about 1 month ago
JSON representation

Easily disable plugins and switch to a default theme using query strings.

Awesome Lists containing this project

README

        

# EasyDebug
Easily disable plugins and switch to a default theme using query strings.

### Instructions.

Currently this plugin needs to be installed to the mu-plugins directory.

Once installed, add the query string `?theme=` to the end of the url to switch to a default theme if using a number, or a named theme (e.g., `?theme=0` or `?theme=headway`).

For disabling plugins, you would add `?disableplugins=1` as a query argument.

You can use these both at the same time too! You would add the following at the end of a URL: `?disableplugins=1&theme=0`.