Created
July 18, 2023 12:30
-
-
Save proweb/ef7bb84f9b3345960f443c903c70dea9 to your computer and use it in GitHub Desktop.
Gutenberg show registered patterns
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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