• Resolved davidaronhopper

    (@davidaronhopper)


    I’ve edited the email that is sent to the administrator notifying them of an applicant. I didn’t realize that this doesn’t effect the HR email. Where should I look if I want to change the subject line of the HR email?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter davidaronhopper

    (@davidaronhopper)

    I also have the Email Attachment Add On Plugin installed

    Plugin Author PressTigers

    (@presstigers)

    @davidaronhopper,

    Please add the following filter in your activated theme’s funtions.php file and change “Write Subject” text to your required text.

    
    /**
     * Change HR email subject line
     */
    function sjb_change_hr_email_subjectline( $subject, $job_title, $post_id ){
        $subject = __('Write Subject', 'simple-job-board');
    }
    
    add_filter('sjb_hr_notification_sbj', 'sjb_change_hr_email_subjectline', 999, 3 );
    

    Thank you for reaching us out. Let us know either it is working for you or not.

    Regards,
    PressTiger

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘HR email’ is closed to new replies.