Skip to content

Instantly share code, notes, and snippets.

@oddjar
Created October 6, 2021 19:04
Show Gist options
  • Save oddjar/a8e89ce866108fe3b43979a1fdc878bc to your computer and use it in GitHub Desktop.
Save oddjar/a8e89ce866108fe3b43979a1fdc878bc to your computer and use it in GitHub Desktop.
Turn off marketing messages and upsell spam in Jetpack
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