WordPress Rest API: Adding custom fields

WordPress 4.7 Introduced register_rest_field, which enables us to add custom fields to object types. Here is how to add one to a custom post type.

Leave a Reply