clembibi33
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [Simple Job Board] Code error in Simple_Job_Board_Notifications classThank you !
In the same way, can you also add filters to “Reply-to parameter” of Admin, HR and Applicant email ?
For example :
$headers[] = apply_filters('sjb_admin_applicant_notification_reply_to','Reply-To: ' . get_bloginfo('name') . '<' . $from_email . '>',$from_email);Thank you very much,
Regards,
Forum: Plugins
In reply to: [Simple Job Board] Code error in Simple_Job_Board_Notifications classHi @presstigers,
Yes, there are no jobs yet because this part is still under development.
In fact, I do not have any functional problems… I contacted you for two things:
- – To report a syntax error in the php code :
In includes/class-simple-job-board-notifications.php file > job_notification_templates method, the call of the function is :
$message = self::email_start_template($notification_receiver, $post_id);
while the signature of the function is :
public static function email_start_template( $post_id, $notification_receiver ) {…}
Then, in the next update, it would have to change to :
$message = self::email_start_template($post_id, $notification_receiver); - – To see if it was possible to add filters for developers (apply_filters) in the next release :
In includes/class-simple-job-board-notifications.php file, can you add apply_filters to $headers[] variables in admin_notification method, hr_notification method and applicant_notification method
For instance,$headers[] = apply_filters('sjb_admin_notification_from', 'From: ' . get_bloginfo('name') . ' <' . esc_attr( $admin_email ) . '>', $admin_email);
I hope I’m pretty clear 🙂
Regards,
Forum: Plugins
In reply to: [Simple Job Board] Code error in Simple_Job_Board_Notifications classHello @presstigers,
Here it is the website : https://www.vitivista.com/jobs
Thank you
- – To report a syntax error in the php code :
Viewing 3 replies - 1 through 3 (of 3 total)