Skip to content

Instantly share code, notes, and snippets.

@ControlledChaos
Last active July 25, 2018 17:16
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 ControlledChaos/72bbc8ecf30b10f60555ab404e1e5cd8 to your computer and use it in GitHub Desktop.
Save ControlledChaos/72bbc8ecf30b10f60555ab404e1e5cd8 to your computer and use it in GitHub Desktop.
Disable the "Try Gutenberg" notice on the WordPress dashboard.

Disable the Try Gutenberg Notice

WordPress Snippet

<?php
remove_action(
'try_gutenberg_panel',
'wp_try_gutenberg_panel'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment