Skip to content

Instantly share code, notes, and snippets.

@bradleysa
Created April 22, 2022 08:21
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 bradleysa/d03b571fd2e64d3ceb8296fd3e330e87 to your computer and use it in GitHub Desktop.
Save bradleysa/d03b571fd2e64d3ceb8296fd3e330e87 to your computer and use it in GitHub Desktop.
Jetpack: Remove Feature Hints
add_filter( 'jetpack_psh_active', '__return_false' );
/** https://jetpack.com/support/feature-hints/ **/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment