apply_filters( 'classifai_{$feature}_is_enabled', $is_enabled, $settings ) → {bool}
Filter to override a specific classifai feature enabled.
Parameters:
Name | Type | Description |
---|---|---|
$is_enabled |
bool | Is the feature enabled? |
$settings |
array | Current feature settings. |
- Since:
- 3.0.0
- Source:
Returns:
Returns true if the feature is enabled, false otherwise.
- Type
- bool