Skip to content

Instantly share code, notes, and snippets.

@htdat
Last active October 18, 2017 07:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save htdat/3aa10b12e0328f53b9dc17bdd6916a52 to your computer and use it in GitHub Desktop.
Save htdat/3aa10b12e0328f53b9dc17bdd6916a52 to your computer and use it in GitHub Desktop.
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