Created
May 22, 2017 06:28
-
-
Save bigdigital/c0b3d1e6a53b10b3f1f253b7d4c56efd to your computer and use it in GitHub Desktop.
Add multiple emails to The7 contact form
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function my_dt_core_send_mailo($mail){ | |
$mail = '[email protected],[email protected]'; | |
return $mail; | |
} | |
add_filter( 'dt_core_send_mail-to', 'my_dt_core_send_mailo',$mail ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment