Possible to turn off the plugin programmatically?
-
Hello again and thanks for an awesome plugin!
Is there a way to programatically disable the plugin? Something like this:
define('WPMS_DISABLE', WP_ENV === 'development');
Here’s why – I’m using environments for my WP back-end (development, staging, production) and I’m testing my HTML e-mails with MailHog (thanks Roots/Trellis!). I would like to keep using that. I know that I can just turn the plugin on and off but that seems a bit messy.
Also do you have documentation for developers? I could not find it on your web or your current GitHub.
Thanks again, P!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Possible to turn off the plugin programmatically?’ is closed to new replies.