Filter: jb-job-raw-data

apply_filters( 'jb-job-raw-data', $response, $job_id ) → {array}

Filters the job raw data.

Parameters:
Name Type Description
$response array

Job's raw data.

$job_id int

Job ID passed into the function.

Since:
  • 1.0
Source:
Returns:

Job data in raw format.

Type
array