apply_filters( 'sensei_should_defer_enrolment_check', $should_defer_enrolment_check ) → {bool}
Override deferment handling for enrolment checking.
Parameters:
Name | Type | Description |
---|---|---|
$should_defer_enrolment_check |
bool | True if enrolment checks should be deferred to the end of the request. |
- Since:
- 3.0.0
- Source:
Returns:
Filtered value.
- Type
- bool