apply_filters( 'jb_check_for_reminder_expired_jobs_job_ids', $job_ids, $args ) → {array}
Filters the Job IDs for reminder about expired jobs.
Parameters:
Name | Type | Description |
---|---|---|
$job_ids |
array | Job IDs. |
$args |
array | \WP_Query arguments. |
- Since:
- 1.1.0
- Source:
Returns:
Filtered Job IDs.
- Type
- array