Resume attachment using “Simple Job Board” wordpress plugin


Find below code for resume attachment in “Simple Job Board” wordpress plugin.

add_filter(‘sjb_hr_notification_attachment’, ‘custom_code_for_hr_resume_attachment’, 20, 2);

function custom_code_for_hr_resume_attachment( $resume_path, $post_id ){
return get_post_meta($post_id, ‘applicant_resume’, TRUE);
}

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s