Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/octalmage/easydebug
- Owner: octalmage
- Created: 2015-03-24T19:45:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-21T06:27:10.000Z (over 9 years ago)
- Last Synced: 2023-03-26T17:07:02.988Z (over 1 year ago)
- Language: PHP
- Size: 156 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.