apply_filters( 'classifai_openai_chatgpt_{$feature}', $access, $settings ) → {bool}
Filter to override permission to a ChatGPT generate feature.
Parameters:
Name | Type | Description |
---|---|---|
$access |
bool | Current access value. |
$settings |
array | Current feature settings. |
- Since:
- 2.3.0
- Source:
Returns:
Should the user have access?
- Type
- bool