ai_chrome_ai_enabled
ai_chrome_ai_enabled
Appears in: jetpack.14.4.1, jetpack.14.5
Hook Type: filter
Displaying hooks found in version: jetpack.14.5apply_filters('ai_chrome_ai_enabled') is found 1 times:
- /extensions/blocks/ai-assistant/ai-assistant.php line 192188189190191192193194195196197198
add_action(
'jetpack_register_gutenberg_extensions'
,
function
() {
if
( apply_filters(
'jetpack_ai_enabled'
, true ) &&
apply_filters(
'ai_chrome_ai_enabled'
, false )
) {
\Jetpack_Gutenberg::set_extension_available(
'ai-use-chrome-ai-sometimes'
);
add_chrome_ai_token_headers();
}
}
);