Hide Welcome Messages and Tips, and disable default full screen mode in the Gutenberg Block Editor
Hide Welcome Messages and Tips, and disable default full screen mode in the Gutenberg Block Editor
Please follow the standard installation procedure for WordPress plugins.
Follow this tutorial if you are not sure how to use the plugin.
jQuery(window).load(fn)
to jQuery(window).on('load', fn)
to meet latest jQuery standards and remove deprecation warnings in console.window.onload = fn
to jQuery(window).load(fn)
to avoid conflicts with plugins/themes overwriting window.onload
window.onload = fn
to jQuery(window).load(fn)
to avoid conflicts with plugins/themes overwriting window.onload