Skip to content

Instantly share code, notes, and snippets.

@igorbenic
Created June 23, 2023 19:28
Show Gist options
  • Save igorbenic/2ef40ebaa843f1dcde15fb43d2cba267 to your computer and use it in GitHub Desktop.
Save igorbenic/2ef40ebaa843f1dcde15fb43d2cba267 to your computer and use it in GitHub Desktop.
Programmatically Add a Block to WordPress | ibenic.com
var block = wp.blocks.createBlock('core/paragraph', {content: 'From Console'});
wp.data.dispatch('core/block-editor').insertBlocks(block);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment