do_action( ‘jobrelay_wpcon_before_job_processed’, $job_data array, $user_id int )
In this article
Fires before any jobs are processed in the job board (not a client integration) job is procseed.
Parameters
$job_data
array
The array of job data sent from the posting provider$user_id
int
The current WordPress user ID
More information
This hooks fires once the endpoint for job board jobs is loaded but before any processing takes place.
It is provide the complete array of job data sent from the posting provider along with the currently authenticated user in the WP REST API.