apply_filters( 'ep_feature_active', $active, $feature_settings, $feature ) → {bool}
Filter whether a feature is active or not
Parameters:
Name | Type | Description |
---|---|---|
$active |
bool | Whether feature is active or not |
$feature_settings |
array | Current feature settings |
$feature |
Feature | Current feature |
- Since:
- 2.2
- Source:
Returns:
New active value
- Type
- bool