Definition:
function wordpressmu_wp_mail_from( $email ) {}
Parameters
Source code
function wordpressmu_wp_mail_from( $email ) {
if ( strpos( $email, 'wordpress@' ) !== false )
$email = get_option( 'admin_email' );
return $email;
}
3361

February 12, 2011 


No comments yet... Be the first to leave a reply!