Skip to content

Instantly share code, notes, and snippets.

@danieljwonder
Created February 18, 2019 20:38
Show Gist options
  • Save danieljwonder/9f05e2b32f05eb90c0ab73d2c03556cb to your computer and use it in GitHub Desktop.
Save danieljwonder/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