Home » Custom From Email Address

Custom From Email Address

function my_picu_email_from( $from ) {
	$from['name'] = 'Custom Name';
	$from['address'] = 'what.ever@you.choose.com';
	return $from;
}

add_filter( 'picu_email_from', 'my_picu_email_from' );

Need help?

If you couldn’t find what you were looking for and need more assistance, please get in touch with us directly and we’re happy to help.