How to remove AI features from Jetpack

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…

  1. Click the Options icon (3 vertical dots) in the top-right of the editor
  2. Select Preferences
  3. Now choose the Blocks tab
  4. Toggle off AI Assistant (I found it in the “Text” section)
  5. 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' );

Discover more from artiss.blog

Subscribe to get the latest posts sent to your email.

Comments

2 responses to “How to remove AI features from Jetpack”

  1. Cassian avatar

    “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’ );`

    How?

  2. Sheree avatar
    Sheree

    Thank you! Because of the AI plug in failing, my shop page went completely blank. I followed your instructions to toggle off the assistant, and it worked. Your help is much appreciated.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.