apply_filters( 'jb_job_status_label', $status_label, $job ) → {string}
Filters the job status label.
Parameters:
| Name | Type | Description |
|---|---|---|
$status_label |
string | Job status label. |
$job |
object | Job WP_Post object. |
- Since:
- 1.3.6
- Source:
Returns:
Job status label.
- Type
- string