Description
Reset theme customizations made via WordPress Customizer.
This should work with all themes and plugins that uses theme_mod settings type for storing modifications,
basically it removes all theme modifications that are registered via Customizer API.
Get Involved
Looking to contribute code to this plugin? Go ahead and fork the repository over at GitHub.
FAQ
-
Why it didn’t reset something?
-
- Setting is not registered correctly via Customizer API
- Setting is using option type for storing values
-
Is reset reversible?
-
No. Once you reset theme modifications you can not go back, you will need to redo all modifications from scratch.
Reviews
Contributors & Developers
“Customizer Reset” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Customizer Reset” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.1
- Minor cleanup
1.0
- Initial Release