https://github.com/octalmage/easydebug
Easily disable plugins and switch to a default theme using query strings.
https://github.com/octalmage/easydebug
Last synced: 4 months 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 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-21T06:27:10.000Z (about 10 years ago)
- Last Synced: 2025-03-16T01:54:17.064Z (4 months ago)
- Language: PHP
- Size: 156 KB
- Stars: 2
- Watchers: 1
- 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`.