PriMoThemes — now s2Member® (official notice)
This is now a very OLD forum system. It's in READ-ONLY mode.
	All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™
























<?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;
    }
?>

 
  YAY
  YAY

<?php
add_filter ("wp_mail", "wp_mail_debugger");
function wp_mail_debugger ($wp_mail = array ())
    {
        return $wp_mail;
    }
?>



Users browsing this forum: Yahoo [Bot] and 0 guests