Skip to content

Instantly share code, notes, and snippets.

View peterchester's full-sized avatar

Peter Chester peterchester

View GitHub Profile
@jbrinley
jbrinley / mail-to-text.php
Created September 20, 2015 19:21
Send all WP emails to text files in the uploads directory
<?php
/*
Plugin Name: Mail to Text
Description: Sends all WP emails to text files in the uploads directory
*/
if ( !function_exists( 'wp_mail' ) ) :