Last active
March 26, 2019 20:57
-
-
Save itsdavidmorgan/a95901c7b2999cb1e64da614baaa66d4 to your computer and use it in GitHub Desktop.
Wrapper Function For Custom Block
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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