More

Remove Jetpack Install Banner From WordPress Dashboard

Remove Jetpack Install Banner

Have you been annoyed by that thirsty banner that Jetpack keeps throwing at the top of your dashboard and plugin page?

Me too.

It drives me crazy when I login to my client's websites and they're overrun by upgrade banners.

It's one of the worst parts of the WordPress admin experience.

Well there is no way to remove a specific banner but there is a way to remove them all. And that's with the snippet below.

You can add it to your theme's functions.php file.

add_filter( 'jetpack_just_in_time_msgs', '__return_false' );
Glenton
I design and develop experiences that make people's lives simple.

Leave a Reply

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

User Review
  • Sending
    User Experience
  • Sending
    Features
  • Sending
    Cost
  • Sending
    Support

Post a Review

Leave a Reply

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

User Review
  • Sending
    User Experience
  • Sending
    Features
  • Sending
    Cost
  • Sending
    Support