This topic is: not resolved
-
Hi,
adding this to my functions.php, not working anymore:
function dhvc_form_notice_header_bcc($header,$form_id){
if($form_id==’82’){
$header.=’BCC: [email protected]\r\n’;
}
return $header;
}
add_filter(‘dhvc_form_notice_header’, ‘dhvc_form_notice_header_bcc’,10,2);Is there a solution?