There’s also an email preview link that shows up in the preview menu that I don’t want. I don’t use Jetpack’s Newsletter feature at all, I don’t understand.
Oh, good, I just found a toggle to disable most of these things related to the Newsletter. I believe it automatically turned itself on with this last update.
The only thing missing now, I believe, is the “Featured Clip” experimental block on the sidebar.
Hi @rfischmann,
Glad to hear you found the Newsletter toggle — that’s exactly the fix for those items.
For the Feature Clip panel, there are two options:
1. Hide it from the editor:
In the Block Editor, click the ⋮ menu (top-right) → Preferences → General → toggle off Feature Clip. See screenshot here: https://cldup.com/ol2d1O-SsD.png
2. Disable all Jetpack AI features at once:
Add this snippet to your site:
add_filter( 'jetpack_ai_enabled', '__return_false' );
We recommend using a plugin like Code Snippets instead of editing theme files directly — here’s our guide on that: Add PHP Code Without Editing Files.
Hope that helps!
That did help, thanks @tamirat22!
I’m glad to hear that helped @rfischmann!
If you run into any other issues, feel free start a new thread here or contact us directly at https://jetpack.com/contact-support/.
Thank you!