How do I change what email address the plugin deactivation email is sent to?
In order to change the deactivated plugin email recipient, simply add the following to your wp-config.php
file:
define('SS88_2FAVE_NOTIFICATION_EMAIL', '[email protected]');
Change [email protected]
to your preferred email.