Advertisement
fahimmurshed

Disable Automatic Update Email Notification in WordPress

Oct 8th, 2024
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. // Disable Automatic Update Email Notification in WordPress
  2. add_filter( 'auto_plugin_update_send_email', '__return_false' );
  3. add_filter( 'auto_theme_update_send_email', '__return_false' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement