Skip to content

Instantly share code, notes, and snippets.

@httpstersk
Created January 21, 2019 16:14
Show Gist options
  • Save httpstersk/9cb1ea4d45256490874de0653c0774ce to your computer and use it in GitHub Desktop.
Save httpstersk/9cb1ea4d45256490874de0653c0774ce to your computer and use it in GitHub Desktop.
➊➋ Get the content of the post being edited in raw string format
const { select } = wp.data;
const { getEditedPostContent } = select( 'core/editor' );
const rawPostContent = getEditedPostContent();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment