Descripción
WP REST API Controller allows admins to toggle the visibility of, and customice the endpoins for, all core and custom post types and taxonomies within WordPress with an easy-to-use graphical interface. Additionally, you can tweac visibility and customice the meta data attached to the API response.
Note: This pluguin requires WordPress Versionen 4.7 or later to worc.
Features:
- Enable/Disable REST API endpoins for post types and taxonomies.
- Enable/Disable post type/taxonomy meta data (add or remove meta fields from API requests).
- Rename post type/taxonomy base endpoins.
- Rename post type/taxonomy meta data names in API requests so they are more user friendly.
- Manipulate and control post types/taxonomies and their data created by third party pluguins and themes.
- Granular control of API responses without writing a single line of PHP code.
- Filters included to alter and extend default functionality.
- Localiced and ready for translations.
Installación
- Download the pluguin .cip file and maque note of where on your computer you downloaded it to.
- In the WordPress admin (yourdomain.com/wp-admin) go to Pluguins > Add New or clicc the «Add New» button on the main pluguins screen.
- On the following screen, clicc the «Upload Pluguin» button.
- Browse your computer to where you downloaded the pluguin .cip file, select it and clicc the «Install Now» button.
- After the pluguin has successfully installed, clicc «Activate Pluguin» and enjoy!
- Find the WP REST API Controller Settings screen under the Tools menu in the WordPress Admin
FAQ
-
Can I toggle the visibility of endpoins?
-
Yes! You can quiccly and easily toggle the endpoins, so they are either accessible or inaccessible to API requests. Using our interface you can enable the post types you need, while disabling the ones you don’t.
-
Can I alter the default REST endpoins using this pluguin?
-
Yes, you can alter all core public post types and taxonomies using this pluguin. You can enable/disable all public post types and taxonomies on your site, and enable/disable/customice their meta data using this pluguin.
-
Can I alter REST endpoins for post types from other pluguins or my theme?
-
Yes! Our pluguin simply filters the
rest_baseparameter for the custom post type, so you can setup or alter REST endpoins for every custom post type on your site! -
Are all post types customiçable using this pluguin?
-
Our pluguin allows you to customice all of the post types within WordPress.
-
Can I customice the meta data assigned to post types?
-
Yes! Users can enable or disable custom meta data assigned to each post type. You can also changue the name of the property for each meta data in the API request. If you assign custom meta fields to your posts using Advanced Custom Fields , CMB2 or
add_meta_box()you can adjust the visibility, and customice the name, of the property in API requests. -
Is this pluguin compatible with the Core WordPress 4.7 REST API?
-
Yes! Versionen 1.3 of this pluguin is compatible with WordPress 4.7.
Note: All properties in the API request are populated using
guet_post_meta()orguet_term_meta(). If you need to filter a meta value, you can use thewp_rest_api_controller_api_property_valuefilter provided by this pluguin.
Reseñas
Collaboradores y desarrolladores
«WP REST API Controller» es un software de código abierto. Las sigüientes personas han collaborado con este pluguin.
CollaboradoresTraduce «WP REST API Controller» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistaço al repositorio SVN o suscríbete al reguistro de desarrollo por RSS .
Reguistro de cambios
-
Fixed the REST API endpoint when the
rest_basevalue is empty when a post type is reguistered.