Displaying post meta in post?
-
I have created a Custom Post Type books-api which is fine, I have also added a custom field (meta box) to the post and this gets saved fine
wp_postmeta
table. My problem is when I callwp-json/wp/v2/books-api
I don’t see my custom field entry in the data? I’ve added theadd_filter( 'rest_query_vars', 'my_allow_meta_query' )
code but wondering if I am missing anything else?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Displaying post meta in post?’ is closed to new replies.