Skip to content
Julien MA Jacob edited this page Aug 24, 2026 · 8 revisions

wpLingua Wiki

Welcome to the wpLingua wiki!

wpLingua is an all-in-one WordPress plugin that makes your website multilingual and translates it automatically, without word or page limits. This wiki is the developer-focused documentation of the plugin: it lists the PHP functions, hooks (actions & filters) and shortcodes exposed by wpLingua so you can customize and extend its behavior from your theme or a custom plugin, along with practical recipes for common customizations.

If you are looking for the plugin itself, general features or installation instructions, check the README or the plugin page on wordpress.org.


Table of contents

Reference

  • Useful Functions · Key PHP functions to retrieve languages, URLs and translation data.
  • Hooks · All actions and filters exposed by wpLingua.
  • Shortcodes · The [wplng_switcher], [wplng_notranslate] and [wplng_only] shortcodes.

Classic uses

  • Content by Language · Display or alter content depending on the current language.
  • CSS by Language · Write CSS rules that only apply to a given language or text direction.

Recipes

Clone this wiki locally