Hi PressTigers,
I’ve read in the recent posts that text changes to the ‘Applicant Resume Received’ e-mail will get overwritten with the next plugin update. Have you already updated filters for alert & acknowledgments strings, and if not, what is an estimated date?
So, basically, I would like to change the following text:
// Applicant Email Template.
$message .= ‘<p>Your application for the position of <b>’ . $job_title . ‘</b> at ‘ . get_bloginfo(‘name’) . ‘ has been successfully submitted. You will hear back from ‘ . get_bloginfo(‘name’) . ‘ based on their evaluation of your CV.</p>’
.'<p>Good Luck! </p>’
. ‘Best Regards,
‘
. ‘Admin’;
}
$message .= ‘</div>’
. ‘</div>’;
and to know that it will not be reverted back to default after the next plugin update.
By the way, thank you for the plugin! It’s pretty flexible and easy to use.