Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

WP REST API multilanguage (over WMPL)

Descripción

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

Instalación

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”

Preguntas frecuentes

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

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Registro de cambios

0.1

  • Initial release