Descrizione
This plugin enhances WordPress REST API v2 responses about metadata.
Installazione
- 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.
Recensioni
Contributi e sviluppo
“REST API Custom Fields” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
CollaboratoriTraduci “REST API Custom Fields” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.
Changelog
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