Statistics: Posted by bitofgrace — September 27th, 2011, 10:02 pm
<?php
add_filter ("wp_mail", "wp_mail_debugger");
function wp_mail_debugger ($wp_mail = array ())
{
return $wp_mail;
}
?>
Statistics: Posted by Jason Caldwell — September 27th, 2011, 9:52 pm
Statistics: Posted by bitofgrace — September 27th, 2011, 9:39 pm
<?php
add_filter ("wp_mail", "wp_mail_debugger");
function wp_mail_debugger ($wp_mail = array ())
{
file_put_contents (WP_CONTENT_DIR . "/wp-mail-debugger.log", var_export ($wp_mail, true) . "\n\n", FILE_APPEND);
return $wp_mail;
}
?>
Statistics: Posted by Jason Caldwell — September 27th, 2011, 9:17 pm
Statistics: Posted by bitofgrace — September 27th, 2011, 8:24 pm
Statistics: Posted by bitofgrace — September 25th, 2011, 5:35 pm
Statistics: Posted by bitofgrace — September 24th, 2011, 11:49 am
Statistics: Posted by Jason Caldwell — August 17th, 2011, 7:48 pm
Statistics: Posted by Jason Caldwell — August 15th, 2011, 8:49 pm
Statistics: Posted by Jason Caldwell — August 14th, 2011, 1:37 pm