Description
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
Installation
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
]);
Reviews
There are no reviews for this plugin.
Contributors & Developers
“WP REST API multilanguage (over WMPL)” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “WP REST API multilanguage (over WMPL)” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.1
- Initial release