Aquesta extensió no s’ha provat en les darreres 3 versions majors del WordPress. Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat quan s’usa en versions recents del WordPress.

WP REST API multilanguage (over WMPL)

Descripció

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

Instal·lació

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”

PMF

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
]);

Ressenyes

No hi ha ressenyes per a aquesta extensió.

Col·laboradors i desenvolupadors

«WP REST API multilanguage (over WMPL)» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.

Col·laboradors

Registre de canvis

0.1

  • Initial release