apply_filters( 'jb_cron_delete_expired_jobs', $address ) → {bool}
Set whether we should delete expired jobs after a certain amount of time.
Parameters:
Name | Type | Description |
---|---|---|
$address |
bool | Whether we should delete expired jobs after a certain amount of time. Defaults to false. |
- Since:
- 1.0
- Source:
Returns:
Delete expired jobs if set to true.
- Type
- bool