Last active
December 18, 2024 09:42
-
-
Save mkdizajn/854d0d3f5912d0e37aedcf4b6ffdebd1 to your computer and use it in GitHub Desktop.
guten block shortcuts
This file contains hidden or 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
// get editor meta | |
wp.data.select( 'core/editor').getEditedPostAttribute("meta"); | |
// get editor blocks | |
wp.data.select( 'core/editor').getEditorBlocks(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment