Custom rest fields not loaded in rest api cpt response
I’ve ended up with a simple solution. after the query to the DB to get all the desired CPT I’m looping the posts object and inside my loop I get the postmeta I will need to add and append them to each post before return the data to the front-end public function get_contents( WP_REST_Request $request … Read more