Skip to content

Early-bird lifetime licence: $199 once, for the first 200 buyers only. See the offer

No welcome guide in the block editor

The “Welcome to the block editor” popup doesn’t appear for new users. It’s still under the editor’s Options menu.

  • Type PHP
  • Runs Everywhere (runs as WordPress loads)
  • Category Posts and editor
  • Tested with WordPress 7.1
PHP
<?php

add_action(
	'enqueue_block_editor_assets',
	static function () {
		wp_add_inline_script(
			'wp-edit-post',
			"window.addEventListener( 'load', function () {
				wp.data.dispatch( 'core/preferences' ).setDefaults( 'core/edit-post', { welcomeGuide: false } );
			} );"
		);
	}
);

In these packs

Move your snippets over this afternoon.

Importing changes nothing until you switch over, and your old shortcodes keep working.