Skip to content

Instantly share code, notes, and snippets.

@danielmcclure
Created February 18, 2019 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielmcclure/9f05e2b32f05eb90c0ab73d2c03556cb to your computer and use it in GitHub Desktop.
Save danielmcclure/9f05e2b32f05eb90c0ab73d2c03556cb to your computer and use it in GitHub Desktop.
Disabel Jetpack Nags Inside WordPress Admin Dashboard
<?php
// Disable Jetpack Nags Inside WordPress Admin Dashboard
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