apply_filters( 'DevOwl/RealQueue/Job/Add', $job ) → {Job}
Allows you to modify the job before added to the queuing. If you return null
the job will be ignored completely.
You can find the Job
instance definition here.
Parameters:
Name | Type | Description |
---|---|---|
$job |
Job | null | See Job class |
Returns:
- Type
- Job