描述
This plugin enhances WordPress REST API v2 responses about metadata.
安裝
- Upload “rest-api-custom-fields” folder to the “/wp-content/plugins/” directory.
- Activate the plugin through the “Plugins” menu in WordPress.
- New item “REST API Custom Fields” appears in the admin menu (under the Settings menu). There you can select which metadata you want to contain in the REST API response.
評價
2021年5月2日
This is truly excellent. It makes adding fields to the Rest API easy.
However, there's the slight issue that it slows down every. single. page. by 3-5 seconds because it makes a terribly slow SQL query on EVERY admin page.
So I use it when I need it.
Then I quickly deactivate it.
2021年1月29日
Simple to use, does what is says.
2020年10月27日
Extremely simple to use and effective, just plain plug-and-play style. Thank you very much for the amazing app.
2020年7月22日
Spared me a lot of headache. Thank you!
2019年12月22日
Hey bro, you created an awesome plugin. Your plugin solved all my issues, thank you so much, my friend.
2019年11月1日
I don't need anything else then to include some fields in my API and this simple plugin let me set it up in a very intuitive way.
貢獻者及開發者
修改日誌
1.3
- It is now possible to expose custom fields of custom post types
1.2
- Exposed values can now contain arrays
- Attributes representing custom fields moved directly under the top-level node in the response
1.1
- Fixed db prefix
1.0
- Init version