Skip to content

Instantly share code, notes, and snippets.

@lukecav
Last active September 7, 2018 07:39
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukecav/ea88d654177c0c098675c97f76451856 to your computer and use it in GitHub Desktop.
Save lukecav/ea88d654177c0c098675c97f76451856 to your computer and use it in GitHub Desktop.
Remove the try Gutenberg panel from the dashboard in WordPress admin (WP 4.9.7)
remove_action( 'try_gutenberg_panel', 'wp_try_gutenberg_panel' );
@lukecav
Copy link
Author

lukecav commented Oct 19, 2017

guteberg dashboard banner

@lukecav
Copy link
Author

lukecav commented Oct 19, 2017

@gutenpack
Copy link

What is the advantage of this over dismissing the message?

@Tvhawk
Copy link

Tvhawk commented Oct 21, 2017

To keep clients from inadvertently installing it

@lukecav
Copy link
Author

lukecav commented Mar 27, 2018

@lukecav
Copy link
Author

lukecav commented Mar 28, 2018

@lukecav
Copy link
Author

lukecav commented Mar 28, 2018

Gutenberg is a long way from being production ready is why you would disable that dashboard widget.

@Christianzimpel
Copy link

Thank YOU! ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment