ཞིབ་བརྗོད།
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
སྒྲིག་འཇུག
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”
FAQ
- 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
]);
གདེང་འཇོག
There are no reviews for this plugin.
བྱས་རྗེས་འཇོག་མཁན། & གསར་འབྱེད་པ།
“WP REST API multilanguage (over WMPL)” is open source software. The following people have contributed to this plugin.
བྱས་རྗེས་འཇོག་མཁན།ཁྱེད་ཀྱི་སྐད་ཡིག་ནང་ལ་ “WP REST API multilanguage (over WMPL)” ཡིག་སྒྱུར་བྱོས།
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
དག་བཅོས་ཉིན་ཐོ།
0.1
- Initial release