Skip to content

Instantly share code, notes, and snippets.

@bigdigital
Created May 22, 2017 06:28
Show Gist options
  • Save bigdigital/c0b3d1e6a53b10b3f1f253b7d4c56efd to your computer and use it in GitHub Desktop.
Save bigdigital/c0b3d1e6a53b10b3f1f253b7d4c56efd to your computer and use it in GitHub Desktop.
Add multiple emails to The7 contact form
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