code to suppress auto plugin update emails not working
-
Any idea why the following code is not working on my site?
add_filter( 'auto_plugin_update_send_email', '__return_false' );
I have used this code on many WordPress sites to suppress plugin update notification emails.
As a test, I moved the code to the bottom of the functions.php files just before the closing ?> tag.
I also checked to see if there were any existing plugins that might be overriding the function but, as far as I can tell, none of them are.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘code to suppress auto plugin update emails not working’ is closed to new replies.