Wordpress
Wordpress REST API Custom Post Type Meta
Used a whole day to figure out how to use wordpress REST api to create a custom post with meta info. the trick is you need to register the meta before you can use it in rest api. here’s how to do it: For example: you have a custom post Read more…