-
Notifications
You must be signed in to change notification settings - Fork 3
Home
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.
- 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.
- 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.
- Toggle dropdown language switcher by click · Open/close the dropdown switcher on click instead of hover.
This wiki covers the developer documentation of wpLingua. For the user documentation (installation, configuration, editing translations, customizing the switcher...), visit wplingua.com/documentation:
wpLingua · wordpress.org/plugins/wplingua · wpLingua.com · Terms & Conditions
Reference
Classic uses
Recipes