Skip to content

Instantly share code, notes, and snippets.

@natenault
Created November 18, 2017 08:35
Show Gist options
  • Save natenault/0e4289cd4812f342938172edb7b9977f to your computer and use it in GitHub Desktop.
Save natenault/0e4289cd4812f342938172edb7b9977f to your computer and use it in GitHub Desktop.
Prevent Jetpack upsell messages from appearing in WP admin area.
add_filter( ‘jetpack_just_in_time_msgs’, ‘__return_false’ );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment