Filter whether the AI features are enabled in the Jetpack plugin.
Parameters
- $default
bool Are AI features enabled? Defaults to false.
Changelog
- Introduced in Jetpack 11.8
How to use this hook
Notes
You can use this filter to disable all AI-related features added via the Jetpack plugin, like so:add_filter( 'jetpack_ai_enabled', '__return_false' );