Admin Notification #27
-
Hi, I am wanting to send job applications to different emails based off another field filled by the application. Basically the ability to change the email address with a hook would be really helpful. |
Beta Was this translation helpful? Give feedback.
Answered by
anantajitjg
Sep 27, 2021
Replies: 1 comment 2 replies
-
For this, you can use the wp-job-openings/inc/class-awsm-job-openings-form.php Lines 750 to 768 in 0470a6c |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
anantajitjg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For this, you can use the
awsm_jobs_admin_notification_mail_headers
hook and update the cc field for the email to send the notification.wp-job-openings/inc/class-awsm-job-openings-form.php
Lines 750 to 768 in 0470a6c