apply_filters( 'sensei_is_enrolment_background_job_enabled', $is_job_enabled, $enrolment_job_name ) → {bool}
Check if a specific enrolment background job is enabled.
Parameters:
Name | Type | Description |
---|---|---|
$is_job_enabled |
bool | True if the job is enabled. |
$enrolment_job_name |
string | Name of the job. |
- Since:
- 3.1.0
- Source:
Returns:
Filtered value.
- Type
- bool