Disable “Welcome to Block Editor” Popup in WordPress

- Advertisement -

How to Permanently Remove the “Welcome to the Block Editor” Popup in WordPress

If you’re a WordPress user who frequently edits posts using the Gutenberg Editor, you’ve probably encountered the annoying “Welcome to the block editor” popup. This popup appears every time you edit a post in Gutenberg, regardless of how many times you close it. Unfortunately, there is currently no built-in solution to permanently remove this popup. However, I’m here to save the day by providing you with a code-based solution to finally get rid of the “Welcome to the block editor” popup from your site.

- Advertisement -

Removing the Welcome to the Block Editor Popup Without a Plugin

To remove the popup, we need to use PHP code to insert a JavaScript into the admin. Here’s the code snippet you can use to remove the unwanted welcome popup notice:

- Advertisement -

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

- Advertisement -

Related articles

Measuring Influencer Marketing Success & ROI: A Guide

How to Measure Influencer Marketing Success & Return on Investment

What’s the best way to measure your next influencer marketing campaign? Find out with this article.

Fixing Gutenberg Fonts in Classic WordPress Themes

If you are using a Classic WordPress theme it’s possible that the Gutenberg editor looks like sh*t because it’s using default tiny serif fonts that can be difficult to read and write with. This simple guide will show you how you can fix this by customizing the default Gutenberg typography! Method 1: Using Inline CSS […]

The post Fix Gutenberg Fonts in Classic WordPress Themes appeared first on WPExplorer.

Finding Micro Influencers for Your Brand

How to Find Micro Influencers For Your Brand

With a small audience, micro influencers can have a big impact on your marketing strategy. Here‘s how to find them.

WordPress: Remove or Change “Howdy”

WordPress uses the phrase “Howdy!” in various locations of the admin including the toolbar at the top where it reads “Howdy! {User}”. If you find this to be a little unprofessional (like I do) and want to change or remove it, you’ve come to the right place. I will show you how. How to Remove […]

The post How to Remove or Change “Howdy” in WordPress appeared first on WPExplorer.

Disable Admin Email Verification in WordPress

Sometimes when you log into WordPress you will see a notice with the heading “Administration Email Verification”. This site admin verification screen was added back in WordPress 5.3 as an extra security measure to ensure that your website’s administrator email is accurate. This is what the screen looks like: According to WordPress; the email verification […]

The post How to Disable the Administration Email Verification Screen in WordPress appeared first on WPExplorer.