jetpack_ai_chat_enabled
jetpack_ai_chat_enabled
Appears in: jetpack.12.6.1, jetpack.12.7.1, jetpack.12.8, jetpack.12.8.1, jetpack.12.9, jetpack.12.9.3, jetpack.13.0, jetpack.13.1.1, jetpack.13.1.3, jetpack.13.2, jetpack.13.2.1, jetpack.13.3.1, jetpack.13.5, jetpack.13.6, jetpack.13.7, jetpack.13.8, jetpack.13.8.1, jetpack.13.9.1, jetpack.14.0
Hook Type: filter
Displaying hooks found in version: jetpack.14.0apply_filters('jetpack_ai_chat_enabled') is found 1 times:
- /_inc/lib/class-jetpack-ai-helper.php line 127
* @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. *