apply_filters( 'jb-save-job-user-company-data', $company_data, $job_id ) → {array}
Filters the company data meta for the current user only when posting a new job.
Note: Job post is created on this moment. Validation already passed!
Parameters:
Name | Type | Description |
---|---|---|
$company_data |
array | Company data for the user meta. |
$job_id |
int | Created Job postID. |
- Since:
- 1.0
- Source:
Returns:
Company data.
- Type
- array