Tento plugin nebol testovaný s najnovšími 3 hlavnými vydaniami WordPress. Už nemusí byť udržiavaný alebo podporovaný a môže mať problémy s kompatibilitou pri použití s novšími verziami WordPress.

WP REST API multilanguage (over WMPL)

Popis

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

Inštalácia

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“

Časté otázky

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

Recenzie

Pre tento plugin nie sú žiadne recenzie.

Prispievatelia a vývojári

“WP REST API multilanguage (over WMPL)” je softvér s otvoreným zdrojovým kódom. Do tohto pluginu prispeli nasledujúci ľudia.

Prispievatelia

Zoznam zmien

0.1

  • Initial release