Add multiple recipients via BCC on wp_mail()
I created a function which returns an array of email addresses:
I created a function which returns an array of email addresses:
I have a front-end form that is supposed to allow the user to upload a CV which is then sent along with the rest of the form as an attachment. To do so I have used wp_handle_upload() like so:
Is there an action_hook or something similar that could help me achieve this?