Mô tả
Plugin will allow you to fetch the WP REST API call with a “lang” variable.
It will retrieve the right content from WPML.
Tested with the latest version of:
- WPML 3.2.7
- WP REST API 2.0-beta4
Cài đặt
Install the plugin in your wp-content/plugins/ directory.
Then:
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Make a call to “http://yoursite/wp-json/posts/?lang=it”
Hỏi đáp
- How I can fetch my custom post type in current language?
-
Add ‘suppress_filters’ => false on get_posts/WP_Query call
get_posts([
‘post_type’ => ‘custom_post’,
‘suppress_filters’ => false
]);
Đá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 REST API multilanguage (over WMPL)” 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 REST API multilanguage (over WMPL)” 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.1
- Initial release