jetpack_ai_enabled, $default
jetpack_ai_enabled, $default
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_ai_enabled, $default') is found 1 times:
- /_inc/lib/class-jetpack-ai-helper.php line 108
* @since 11.8 * * @param bool $default Are AI features enabled? Defaults to false. */ return apply_filters( 'jetpack_ai_enabled', $default ); } /** * Return true if the AI chat feature should be active on the current site. * * @todo IS_WPCOM (the endpoints need to be updated too).