André Amorim

Crafting Web Experiences

Home » My Notes » How to get posts from REST API for a Gutenberg Block

//

How to get posts from REST API for a Gutenberg Block

Examples: 

https://ryanwelcher.com/2021/08/18/req…tyrecords

https://permanenttourist.ch/2023/01/us…-rest-api

wp.data.select("core").getEntityRecords("postType", "our_post_type", {query_args});


Published date:

Modified date: