Filter: classifai_ . static::ID . _is_feature_enabled
Filter to override permission to a specific classifai feature.
Parameters
| Name | Type | Description |
|---|---|---|
| $is_feature_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 1034
Returns
Returns true if the user has access and the feature is enabled, false otherwise.