do_action( ‘jobrelay_wpcon_job_inserted’, $post_id int, $job_data array )

In this article

Fires once the job is inserted into the database.

Parameters

More information

This hook fires once the job has been inserted into the database and the job slug has been edited to include the job reference.

It differs from jobrelay_wpcon_job_inserted_complete as it happens before the job meta and taxonomy terms are saved.