Skip to content

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

Hide WordPress’s own block patterns

Removes the patterns that come with WordPress itself from the inserter. Your theme’s and your own patterns stay.

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

add_action(
	'after_setup_theme',
	static function () {
		remove_theme_support( 'core-block-patterns' );
	},
	20
);

In these packs

Move your snippets over this afternoon.

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