Add Image To Post Type
In this episode of theming with WordPress REST API and Vue.js we are going to add URL to featured image of our custom post type to our REST API.
To add featured image to our WP REST API we are going to be using register_rest_field
function that we used in previous episode. Because as you will see, you can get pretty much any data from WordPress to your REST API by using that function.