Last active
September 7, 2018 07:39
-
-
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)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
remove_action( 'try_gutenberg_panel', 'wp_try_gutenberg_panel' ); |
Author
lukecav
commented
Oct 19, 2017
Plugin version.
https://github.com/lukecav/disable-gutenberg-dashboard
What is the advantage of this over dismissing the message?
To keep clients from inadvertently installing it
Gutenberg is a long way from being production ready is why you would disable that dashboard widget.
Thank YOU! ;-)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment