开发者 |
yikesinc
eherman24 liljimmi yikesitskevin jpowersdev |
---|---|
更新时间 | 2022年9月7日 06:35 |
PHP版本: | WordPress 4.7 及以上 |
WordPress版本: | 6.0 |
版权: | GPLv3 or later |
版权网址: | 版权信息 |
Note: This plugin requires WordPress Version 4.7 or later to work.Features:
Yes! You can quickly and easily toggle the endpoints, 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.
Yes, you can alter all core public post types and taxonomies using this plugin. You can enable/disable all public post types and taxonomies on your site, and enable/disable/customize their meta data using this plugin.
Yes! Our plugin simply filters the rest_base
parameter for the custom post type, so you can setup or alter REST endpoints for every custom post type on your site!
Our plugin allows you to customize all of the post types within WordPress.
Yes! Users can enable or disable custom meta data assigned to each post type. You can also change 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 customize the name, of the property in API requests.
Yes! Version 1.3 of this plugin is compatible with WordPress 4.7.
Note: All properties in the API request are populated using get_post_meta()
or get_term_meta()
. If you need to filter a meta value, you can use the wp_rest_api_controller_api_property_value
filter provided by this plugin.
rest_base
values in default and exisitng post types.