Description
Hide Welcome Messages and Tips, and disable default full screen mode in the Gutenberg Block Editor
Installation
Please follow the standard installation procedure for WordPress plugins.
Follow this tutorial if you are not sure how to use the plugin.
FAQ
-
Why would I use this?
-
- Useful if you already know your way around Gutenberg and you don’t want to see the popups.
- Anther great use case is E2E testing. Just enable this plugin in your testing environment.
Reviews
January 15, 2021
Helped when trying to White label a site and the pop up for the editor shows links to WordPress. Thanks!
December 14, 2020
You made my day.
November 7, 2020
so I created an account on wordpress.org to THANK YOU and distribute as many stars as possible !
October 6, 2020
Thank you!
August 6, 2020
Hi Jules,
Thanks for making a plugin to suppress all the latest and greatest WP nags 😉
Only one gotcha, The options menu in the "three dots" menu upper right is not showing anymore. Luckily it isn't needed often, but this can become a problem for people who want to switch on advanced panles like, Custom fields.
Probably it uses the same CSS class as the dreaded welcome message which makes it hard to fix. Maybe worth to put a note the on the plugin.
Bart
July 25, 2020
If I may say so myself
Contributors & Developers
“Disable Welcome Messages and Tips” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Disable Welcome Messages and Tips” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.8 (2020-09-24)
- Change
window.onload = fn
tojQuery(window).load(fn)
to avoid conflicts with plugins/themes overwritingwindow.onload
1.0.7 (2020-09-24)
- Get rid of JS warning
1.0.6 (2020-09-24)
- Make sure that the Options modal and other modals still work.
1.0.5 (2020-07-29)
- Test with WP 5.5
1.0.3 (2020-07-29)
- Also disable full screen mode by default. Cause everybody hates full screen mode, right?
1.0.2 (2020-07-25)
- Update style rules
1.0.1 (2020-07-25)
- Real initial release
1.0.0 (2020-07-20)
- Initial release