Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Disable Automatic Update Email Notification in WordPress
- add_filter( 'auto_plugin_update_send_email', '__return_false' );
- add_filter( 'auto_theme_update_send_email', '__return_false' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement