Mô tả
Due to security/privacy concerns, JSON REST API (WP API) only allows post meta data (custom field value) for authenticated users.
This plugin is an easy way to make post meta available when unauthenticated.
After activate the plugin, go to WP API Customizer option page.
Click the plus icon to add rows.
Set JSON attributes and custom field names in your posts that you want to use when unauthenticated.
The JSON REST API will provide the data as “post_meta” like the following:
"post_meta":{"your_attribute_a":"Custom Field A value","your_attribute_b":"Custom Field B value"}
Cài đặt
- Upload the
wp-api-customizerfolder to the/wp-content/plugins/directory. - Activate the plugin through the Plugins menu in WordPress.
- Go to WP API Customizer option page.
- Set JSON attributes and custom field names.
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“WP API Customizer” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “WP API Customizer” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
0.0.2
- Fix a bug that WP API Customizer options are deleted unexpectedly
- Solve conflicts with some plugins
- Delete the data in the database when uninstalling WP API Customizer
0.0.1
- Initial Release.
