Hi,
I hope you are doing well today. You can add the following code inside your child theme’s functions.php file to change the email address. We recommend using a child theme rather than the main/parent theme.
add_filter( 'psfw_mail_address', 'YOUR_EMAIL@YOUR_DOMAIN.COM' );
Suggestion: You can also add the snippet using a plugin called Code Snippets. Please replace the YOUR_EMAIL@YOUR_DOMAIN.COM with your email address.
If you found this plugin helpful. Our humble request to you to write some words for us here: https://wordpress.org/support/plugin/product-share/reviews/
Your words will inspire us to do more.
Thanks in advance
Hi,
Please ignore the first code block I have shared with you.
You can add the following code inside your child theme’s functions.php file to change the email address. We recommend using a child theme rather than the main/parent theme.
add_filter( 'psfw_mail_address', function( $email ){
return 'YOUR_EMAIL@YOUR_DOMAIN.COM';
}, 10, 1);
Suggestion: You can also add the snippet using a plugin called Code Snippets. Please replace the YOUR_EMAIL@YOUR_DOMAIN.COM with your email address.
Hope to hear from you soon.
Best Regards