jetpack_ai_chat_enabled, $default
jetpack_ai_chat_enabled, $default
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_ai_chat_enabled, $default') is found 1 times:
- /_inc/lib/class-jetpack-ai-helper.php line 134
* @since 12.6 * * @param bool $default Is AI chat enabled? Defaults to false. */ return apply_filters( 'jetpack_ai_chat_enabled', $default ); } /** * Get the name of the transient for image generation. Unique per prompt and allows for reuse of results for the same prompt across entire WPCOM. * I expext "puppy" to always be from cache. *