Skip to content

Instantly share code, notes, and snippets.

@httpstersk
Created February 6, 2019 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save httpstersk/2029b7f999d9b87b69e0757919b5f57d to your computer and use it in GitHub Desktop.
Save httpstersk/2029b7f999d9b87b69e0757919b5f57d to your computer and use it in GitHub Desktop.
➋➋ Check if the post has any Gutenberg blocks
const { select } = wp.data;
const { getBlockCount } = select( 'core/editor' );
const hasBlocks = () => !! getBlockCount();
hasBlocks();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment