do_action( 'DevOwl/RealQueue/Queue/Skip', $job )
Allows to skip an job in the queue. Simply add_action and throw an exception to skip it.
Parameters:
Name | Type | Description |
---|---|---|
$job |
Job | See Job class |
Throws:
Exception