Skip to content

Instantly share code, notes, and snippets.

@httpstersk
Created January 9, 2019 08:13
Show Gist options
  • Save httpstersk/89b4ac03e209b98f6849ed270f42c535 to your computer and use it in GitHub Desktop.
Save httpstersk/89b4ac03e209b98f6849ed270f42c535 to your computer and use it in GitHub Desktop.
➌ Change the excerpt of the current post
const { dispatch } = wp.data;
const { editPost } = dispatch( 'core/editor' );
const excerpt = 'Gutenberg Editor 🙌';
editPost( { excerpt } );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment