Deskripsyon
Hide Welcome Messages and Tips, and disable default full screen mode in the Gutenberg Block Editor
Pag-install
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.
Mga Review
Mga Contributor at Developer
Ang “Disable Welcome Messages and Tips” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.
Mga ContributorAng “Disable Welcome Messages and Tips” ay naisalin na sa 1 (na) locale. Salamat sa mga tagasalin para sa kanilang mga kontribusyon.
Isalin ang “Disable Welcome Messages and Tips” sa iyong wika.
Interesado sa development?
Tingnan ang code, i-check ang SVN repository, o mag-subscribe sa development log sa pamamagitan ng RSS.
Changelog
1.2 (2025-09-25)
- Prevent JS error when wp.data is defined but wp.data.select(‘…’) is not
1.1 (2023-08-16)
- Change
jQuery(window).load(fn)tojQuery(window).on('load', fn)to meet latest jQuery standards and remove deprecation warnings in console.
1.0.9 (2022-01-27)
- Change
window.onload = fntojQuery(window).load(fn)to avoid conflicts with plugins/themes overwritingwindow.onload
1.0.8 (2020-09-24)
- Change
window.onload = fntojQuery(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