Skip to content

Instantly share code, notes, and snippets.

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

  • Save juanmaguitar/4f5581a54193b423f8ba208f23a290ec to your computer and use it in GitHub Desktop.

Select an option

Save juanmaguitar/4f5581a54193b423f8ba208f23a290ec to your computer and use it in GitHub Desktop.
const { getBlockTypes, getBlockVariations } = wp.data.select('core/blocks');
getBlockTypes()
.filter(({ name }) => getBlockVariations(name).length)
.map(({ name }) => ({ [name]: getBlockVariations(name) }));
@juanmaguitar
Copy link
Author

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