apply_filters( 'sensei_enrolment_history_size', $history_size ) → {int}
Filter the maximum amount of historical entries that are going to be stored for each user, course and provider.
Parameters:
Name | Type | Description |
---|---|---|
$history_size |
int | Default history size. |
- Since:
- 3.0.0
- Source:
Returns:
Filtered history size.
- Type
- int