Filter: classifai_ . static::ID . _is_enabled
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
Defined in includes/Classifai/Features/Feature.php
at line 1066
Returns
Returns true if the feature is enabled, false otherwise.