apply_filters( 'jb_can_applied_job', $can_applied, $job_id ) → {bool}
Filters the ability of the job can be applied.
Parameters:
Name | Type | Description |
---|---|---|
$can_applied |
bool | Can a job be applied? Set it to the |
$job_id |
int | Job ID passed into the function. |
- Since:
- 1.0
- Source:
Returns:
Can a job be applied?
- Type
- bool