The Jetpack WordPress plugin now comes bundled with Jetpack AI Assistant – a suite of AI powered add-ons for your site. These, however, are not free, beyond an initial trial. However, once those trial features have expired, I found that the upgrade messaging in the editor was getting in the way.
So, how do we turn this off?
On my site, this is the kind of things I was seeing (see the black box-out)…

To turn it off in the editor, you need to do the following…
- Click the Options icon (3 vertical dots) in the top-right of the editor
- Select Preferences
- Now choose the Blocks tab
- Toggle off AI Assistant (I found it in the “Text” section)
- Now refresh the page
The other option, which turns off all the AI Assistance features, is to add the following code to your site…
add_filter( 'jetpack_ai_enabled', '__return_false' );


Leave a Reply