Skip to content

Instantly share code, notes, and snippets.

@proweb
Created July 18, 2023 12:30
Show Gist options
  • Save proweb/ef7bb84f9b3345960f443c903c70dea9 to your computer and use it in GitHub Desktop.
Save proweb/ef7bb84f9b3345960f443c903c70dea9 to your computer and use it in GitHub Desktop.
Gutenberg show registered patterns
// insert in dev tools console on edit post screen
wp.apiFetch( { path: '/wp/v2/block-patterns/patterns' } ).then( console.log );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment