disable-emails
disable-emails copied to clipboard
Stop a WordPress website from sending any emails using the standard [wp_mail()](http://codex.wordpress.org/Function_Reference/wp_mail) function. No emails will be sent, not even for password resets or...
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
I see there is a notice on the plugins page, but I imagine most people just want to install and go. In your conditional `if (!function_exists('wp_mail')) {` I've added `else`...
It would be good if there was an option to force the destination email, either in the ui or via a filter. I've got this enabled on a woocommerce site...