Skip to content

Instantly share code, notes, and snippets.

@juanmaguitar
Created November 20, 2025 10:13
Show Gist options
  • Select an option

  • Save juanmaguitar/26db7ef761e97ff01ad46c6f6bb1d5bc to your computer and use it in GitHub Desktop.

Select an option

Save juanmaguitar/26db7ef761e97ff01ad46c6f6bb1d5bc to your computer and use it in GitHub Desktop.
wp.data
.select('core/blocks')
.getBlockTypes()
.filter(({ name }) => !name.includes('core/'));
@juanmaguitar
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment