When registering a new post meta field in WordPress we can make that field available via the REST API. While this doesn’t happen by default, it’s fairly simple to do. Registering a Post Meta Field The code to register a new post meta typically looks something like this: The code above registers a new post …
Continue reading “Make WordPress Post Meta Available in REST API”