Code error in Simple_Job_Board_Notifications class
-
Hi,
I detected an error in the Simple_Job_Board_Notifications class (includes/class-simple-job-board-notifications.php).
In the job_notification_templates method :$message = self::email_start_template($notification_receiver, $post_id);
BUT
public static function email_start_template( $post_id, $notification_receiver ) {…}Both parameters are reversed ??
And can you also propose filters on $headers[] variables in :
– admin_notification method,
– hr_notification method,
– applicant_notification method
(in Simple_Job_Board_Notifications class)Thanks ??
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Code error in Simple_Job_Board_Notifications class’ is closed to new replies.