How to Disable the “Welcome to Block Editor” Popup in WordPress

- Advertisement -


Are you a WordPress user who frequently edits posts using the Gutenberg Editor? If so, you’ve probably encountered the annoying “Welcome to the block editor” popup that appears every time you edit a post in Gutenberg. No matter how many times you close it, it keeps coming back. But fear not, because I have a code-based solution that will finally get rid of this pesky popup from your site.

Unfortunately, there is currently no built-in solution to permanently remove the “Welcome to the block editor” popup in WordPress. However, by using a simple PHP code snippet, you can disable the welcome message and bid farewell to the popup for good.

- Advertisement -

To remove the popup without relying on a plugin, you’ll need to insert a JavaScript code snippet into the admin using PHP code. Here’s the code snippet you can use to disable the unwanted welcome popup notice:

“`php
/*** Disable the “Welcome to the Block Editor” Popup in WordPress.
* @see https://www.wpexplorer.com/disable-welcome-to-the-block-editor/
*/
function disable_editor_welcome_message() {
?>

- Advertisement -

Stay in Touch

spot_img

Related Articles