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' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://core.trac.wordpress.org/ticket/44680
https://make.wordpress.org/core/2018/08/02/try-gutenberg-callout-in-wordpress-4-9-8/