Skip to content

Instantly share code, notes, and snippets.

@zgordon
Last active December 28, 2017 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zgordon/f77c1528e2bccabf51c1ebe193d5af44 to your computer and use it in GitHub Desktop.
Save zgordon/f77c1528e2bccabf51c1ebe193d5af44 to your computer and use it in GitHub Desktop.
Shortcut to make registerBlockType easily available when creating WordPress blocks.
// Get registerBlockType() from wp.blocks in the global scope
const { registerBlockType } = window.wp.blocks;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment