A WordPress Plugin for Developers
I’ve had this concept in my mind for over a year now, and I finally decided to implement it.
When working on different projects, I sometimes have problems with plugins interfering with each other (or at least making certain features difficult to test). I can always go though and enable and disable the correct plugins and themes to get the environment I want, but this can be tedious when there are lots of plugins.
Dev Profiles takes away some of this tedium. Create profiles to store snapshots of enabled plugins and selected theme. These profiles can then be enabled later on to bring back that same snapshot.
I find this useful when I’m working on several different plugins and/or themes and need to switch back and forth between them frequently.
If you think you might find this useful, you can check out my plugin page.
NOTE: I’m not currently doing anything about plugin activation / deactivation hooks. This may be a future feature, but right now neither of these hooks are called.
Leave a Reply