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$terms
array
The array of terms to be saved for this taxonomy$tax
string
The name of the taxonomy this term is saved against$job_data
array
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.