Filter: jb_job_submitted_data

apply_filters( 'jb_job_submitted_data', $job_data, $posting_form ) → {array}

Filters the job post data after when posting a new job or update existed.

Note: Validation already passed!

Parameters:
Name Type Description
$job_data array

Job post data. See the list of all arguments https://developer.wordpress.org/reference/functions/wp_insert_post/#parameters

$posting_form object

Frontend form class (\jb\frontend\Forms) instance.

Since:
  • 1.0
Source:
Returns:

Job post data.

Type
array