Skip to content

Instantly share code, notes, and snippets.

@mehrshaddarzi
Created November 27, 2023 05:17
Show Gist options
  • Save mehrshaddarzi/5ce1827929f836a0182a590c7e90bd6f to your computer and use it in GitHub Desktop.
Save mehrshaddarzi/5ce1827929f836a0182a590c7e90bd6f to your computer and use it in GitHub Desktop.
Disable WordPress Email
<?php
/*
* Plugin Name: Disable WordPress Emails
*/
add_filter('pre_wp_mail', '__return_true');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment