This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP REST API multilanguage (over WMPL)

விளக்கம்

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:

  1. Activate the plugin through the ‘Plugins’ menu in WordPress
  2. Make a call to “http://yoursite/wp-json/posts/?lang=it”

அடிக்கடி கேட்கப்படும் கேள்விகள்

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

இந்த செருகுநிரலுக்கு மதிப்புரைகள் எதுவும் இல்லை.

பங்களிப்பாளர்கள் & உருவாக்குனர்கள்

“WP REST API multilanguage (over WMPL)” is open source software. The following people have contributed to this plugin.

பங்களிப்பாளர்கள்

Changelog

0.1

  • Initial release