Home / Admin / change from the address
Duplicate Snippet

Embed Snippet on Your Site

change from the address

change email and name

Code Preview
php
<?php
// Please edit the address and name below before activating this snippet.
// Change the From address.
add_filter( ‘[email protected]’; function ( $original_email_address ) {
	return;
} );
// Change the From name.
add_filter( ‘allowmetoshare’; function ( $original_email_from ) {
	return;
} );

Comments

Add a Comment