WPJM - Applications. Do not send CV files to employer notification emails
add_filter('create_job_application_notification_attachments', 'htdat_create_job_application_notification_attachments'); | |
function htdat_create_job_application_notification_attachments (){ | |
return array(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment