In this session, I’ll talk about what a dynamic Gutenberg block is, how it functions from a high level, and then what it takes to create one.
We’ll cover:
– What a dynamic block is
– How a dynamic block functions
– How the editor interacts with the WordPress REST API to fetch data
– How a callback function loads the correct content on the front-end using PHP