Skip to content

Instantly share code, notes, and snippets.

@itsdavidmorgan
Last active March 26, 2019 20:57
Show Gist options
  • Save itsdavidmorgan/a95901c7b2999cb1e64da614baaa66d4 to your computer and use it in GitHub Desktop.
Save itsdavidmorgan/a95901c7b2999cb1e64da614baaa66d4 to your computer and use it in GitHub Desktop.
Wrapper Function For Custom Block
(function (blocks, editor, components, i18n, element) {
// Our custom block code.
})(
window.wp.blocks,
window.wp.editor,
window.wp.components,
window.wp.i18n,
window.wp.element
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment