CC в WP_MAIL
$headers = array(
'From: bbb@example.com',
'CC: ccc@example.com',
'CC: ddd@example.com',
'BCC: eee@example.pro',
'BCC: fff@example.pro'
);
Thoughtful Tapir