do_action( ‘jobrelay_wpcon_job_term_added’, $post_id int, $terms array, $tax string, $job_data array)
In this article
Fires after a mapped taxonomy term value has been successfully saved.
Parameters
$post_id int
The post ID of the newly created job$termsarray
The array of terms to be saved for this taxonomy$taxstring
The name of the taxonomy this term is saved against$job_dataarray
The array of job data sent from the posting provider
More information
This hook fires once a mapped taxonomy term has been saved agains the newly created job post. It can be used to take action after a specific taxonomy term has been saved by JobRelay.