WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: WP-multilang (Used by 2,021 domains)

WP Multilang – Translation and Multilingual Plugin

👤 Magazine3 📦 v2.4.27 🔗 Plugin Homepage

WP Multilang is a multilingual plugin for WordPress.

Translations of post types, taxonomies, meta fields, options, text fields in miltimedia files, menus, titles and text fields in widgets.

Home | Help & Tech Support | Documentation | Premium Features

New Features of the plugin WP Multilang

Features of the plugin WP Multilang

  • 100% free.
  • Translation at PHP.
  • Compatible with REST.
  • Support configuration for translate multidimensional arrays in options, meta fields, post content.
  • Support multisite.
  • Support WordPress in sub-folder.
  • Separate menu items, posts, terms, widgets, comments per language.
  • Many filters for dynamic applying translation settings.
  • No duplicate posts, terms, menus, widgets.
  • No sub-domain for each language version.
  • No additional tables in database.
  • Possibility set many languages with one localization. For example, for localization in the region.
  • Possibility to set custom locale for html(If installed locale is en_US, you can set locale like: en, en-UK, en-AU etc. Without installation another localization)
  • Possibility for add new languages for any user with capability manage_options.
  • Exist the role “Translator” for editing posts, terms. It can not publish or delete.
  • No limits by languages or by possibilities.

WP Multilang compatible with plugins

  • Elementor ( available in premium version ) – View Tutorial
  • Divi Builder ( available in premium version ) – View Tutorial
  • ACF, ACF Pro
  • WooCommerce
  • WooCommerce Customizer
  • Gutenberg
  • Yoast Seo
  • SEOPress
  • Contact Form 7 (added mail tag [_language] for send user language in mail)
  • WPBakery Visual Composer
  • Page Builder by SiteOrigin
  • NextGEN Gallery
  • All in One SEO Pack
  • MailChimp for WordPress
  • Newsletter
  • Maps Builder
  • Max Mega Menu
  • MasterSlider
  • WP-PageNavi
  • BuddyPress
  • Meta Slider
  • TablePress
  • Download Monitor (Redefine templates for links in your theme and translate link texts)
  • Better Search
  • Rank Math SEO (thanks for @pratikmts)
  • WPGraphQL (Add lang to the query parameters in URL. Eg: lang=en)
  • Smart Custom Fields
  • Team – Team Members Showcase Plugin
  • Schema & Structured Data for WP & AMP
  • Forminator Forms
  • Gravity Forms
  • Ultimate Member Form
  • Oxygen Builder ( available in premium version )
  • Internal Link Juicer

Advance Woocommerce Support

  • Send emails in customer’s selected language
  • REST API Support
  • Import and export products in customer’s selected language
  • Translate products (simple products, variable products, grouped products), categories, tags, global attributes
  • Cart synchronization across multiple languages

Manage translation settings via json.

Add in the root of your theme or plugin file wpm-config.json.

Sample configurations can be viewed in config files in folder ‘configs’ in root the plugin.

Configuration is updated after switching theme, enable or update any plugins.

The plugin has filters for dynamic application configuration for translate.

For turn off translation, set null into the desired configuration.
For example, you must turn off translation for a post type post.
There are two ways:

  1. In json.
    Create in root of a theme or a plugin file wpm-config.json with:
    {
    “post_types”: {
    “post”: null
    }
    }

  2. Through the filter.
    Add in functions.php
    add_filter( ‘wpm_post_post_config’, ‘__return_null’ );

To enable translation pass an empty array in php array() or empty object in json {}.

Supports translation multidimensional array of options, meta fields and post_content.
Supports the removal of established localizations.
Supports translation via GET parameter. Add in the GET parameter lang code desired language.
Supports clean database of translations when removing the plugin. Translations are only removed from the built-in tables.
Supports import term translations from qTranslate(by Soft79).
Supports automatically redirect to the user’s browser language, if he visits for the first time.

Ideal for developers.

For display language switcher in any place add the code to your template if ( function_exists ( 'wpm_language_switcher' ) ) wpm_language_switcher ();
Function accepts two parameters:
$type – ‘list’, ‘dropdown’, ‘select’. Default – ‘list’.
$show – ‘flag’, ‘name’, ‘both’. Default – ‘both’.

Or using the shortcode wpm_lang_switcher. It accept two not necessary parameters ‘type’ and ‘show’.

Available features for translation:
wpm_translate_url( $url, $language = ” ); – translate url
wpm_translate_string( $string, $language = ” ); – translate multilingual string
wpm_translate_value( $value, $language = ” ); – translate multidimensional array with multilingual strings

Update translation occurs at PHP. Therefore plugin has high adaptability, compatibility and easily integrates with other plugins. This is what distinguishes it among similar.

Available translation html tags by JS for strings what do not have WP filters before output.

Add your tags in config:

"admin_html_tags": {
    "admin_screen_id": {
      "attribute": [
        "selector"
      ]
    }
}

Where:
admin_screen_id – admin screen id.
attribute – attribute what need to translate. Available ‘text’ – for translate text node, ‘value’ – for translate form values. Or other tag attribute, like ‘title’, ‘alt’.
selector – css selector for search needed tag. Each selector is a new array item.

If You need to add translation for multidimentional array for repeated elements You can use custom tag ‘wpm_each’ for set config to each element in array.
Example, add config for each item ‘title’ in custom post field array:

"post_fields": {
    "custom_field": {
      "wpm_each": {
        "title": {}
      }
    }
}

For set translation uses the syntax:
[:en]Donec vitae orci sed dolor[:de]Cras risus ipsum faucibus ut[:]

Added shortcode for translate text in any place:
[wpm_translate][:en]Donec vitae orci sed dolor[:de]Cras risus ipsum faucibus ut[:][wpm_translate]

If You translate text in established language, add lang parameter:
[wpm_translate lang=”de”][:en]Donec vitae orci sed dolor[:de]Cras risus ipsum faucibus ut[:][wpm_translate]

Support translating from syntax qTranslate, qTranslate-X, WPGlobus etc.

Compatible with REST-API.
Support transfer the required translation through option lang in the GET request to REST.
Has the ability to keep recording the target language through the transmission parameter lang in the request.

Migration from qTranslate-X

  1. Before installing/uninstalling, make database backup.
  2. Deactivate qTranslate-X.
  3. Install and activate WP Multilang.
  4. Create in root of your theme file ‘wpm-config.json’.
  5. Add all needed post types, taxonomies, options, fields to ‘wpm-config.json’. Setting from qTranslate-X not importing.
  6. Import term names from qTranslate.
  7. Check that everything is okay.
  8. If everything is okay, remove qTranslate-X. If not, make screenshots of errors, restore database from backup and add support issue with your screenshots and description of errors.

Warning

Not compatible with:
– WP Maintenance

Known issues

Function ‘get_page_by_title’ not working, because in title field are stored titles for all languages. Use function ‘wpm_get_page_by_title( $title )’ as solution.

NOTE: Because plugins have different ways of storing data, WP Multilang is not compatible with every single plugin out-of-the-box (mostly page builders). This may result in texts not being translatable or translations not being saved. Most of these issues can be resolved using the integration options (wpm-config.json or filters) of WP Multilang.

Please try WP Multilang in a test-environment before activating it on an existing production site and always make a backup before activating!

Home | Help & Tech Support | Documentation | Premium

Support

We try our best to provide support on WordPress.org forums. However, We have a special community support where you can ask us questions and get help about your WP Multilang related questions. Delivering a good user experience means a lot to us and so we try our best to reply each and every question that gets asked.

Bug Reports

Bug reports for WP Multilang are welcomed on GitHub. Please note GitHub is not a support forum, and issues that aren’t properly qualified as bugs will be closed.

DomainExposuresHeadersLast Checked
p*o*o*i*u*.com (WP 7.0) F 2026-05-28 07:51:59
d*b*i*m*n*o*f.com (WP 7.0) F 2026-05-28 07:21:46
r*s*o*o*o.ru (WP 6.9.4) F 2026-05-28 06:30:03
f*r*h*w*-*y*t*m*.com (WP 7.0) D 2026-05-28 06:25:36
d*o.k*i.m*b*u*h*s*.me F 2026-05-28 06:25:12
p*d*o*-*e*i*a*.com (WP 6.7.5) F 2026-05-28 06:09:12
m*a*g*o*p.com (WP 6.1.10) ⚠️ F 2026-05-28 06:01:57
i*a*e*a*i*a.o*g.br (WP 6.9) F 2026-05-28 05:41:57
i*a*e*a*i*a.org (WP 6.9) F 2026-05-28 05:41:56
a*z*a*.com (WP 7.0) F 2026-05-28 05:39:30
d*t*n*o*m.de D 2026-05-28 05:23:40
k*u*u*u.com (WP 6.8.3) F 2026-05-28 04:40:35
g*b*.de (WP 7.0) F 2026-05-28 04:34:11
c*m*l*o.org F 2026-05-28 04:30:39
r*d*o*d*t*.ch (WP 7.0) F 2026-05-28 04:20:28
n*c*i*s.ru (WP 7.0) F 2026-05-28 04:17:51
s*o*b*r*e*e*n*t.com (WP 6.8.3) F 2026-05-28 04:07:34
i*j*b*.com (WP 7.0) F 2026-05-28 04:06:06
d*m*.io F 2026-05-28 03:46:20
b*a*n*e*p*e*k.nl F 2026-05-28 03:37:40
i*p*i*s*n.fr (WP 7.0) F 2026-05-28 03:13:32
r*y*l*m*r*s.com (WP 7.0) D 2026-05-28 02:55:19
r*s*a*c*.e*g.c*u.a*.th (WP 7.0) C 2026-05-28 01:33:53
c*i*s.e*g.c*u.a*.th (WP 7.0) C 2026-05-28 01:33:52
f*n*a*e*.com (WP 7.0) F 2026-05-28 00:54:43
d*v*n*t*s*i*.com (WP 7.0) F 2026-05-28 00:02:52
i*p*o*o*r*a*.org (WP 7.0) F 2026-05-28 00:02:18
a*t*a*l*a*e*.com (WP 6.1.1) ⚠️ F 2026-05-28 00:01:03
c*r*s*o*p*e*.com F 2026-05-27 23:55:46
n*e*.cymru F 2026-05-27 23:35:35
w*.f*n*a*e*.com (WP 7.0) F 2026-05-27 23:10:54
p*l*i*e*o.pl (WP 6.9) F 2026-05-27 23:09:10
o*f*.us (WP 6.9.4) F 2026-05-27 23:06:00
p*l*t*s*n*s*r*m.com (WP 7.0) F 2026-05-27 22:51:17
g*o*r*s*r*s.com (WP 6.9.4) F 2026-05-27 22:35:12
s*f*-*o*e.online F 2026-05-27 22:12:51
a*t*i*u*c*o*s.com (WP 6.2.9) ⚠️ F 2026-05-27 22:10:27
a*t*c*u*c*l*i.com (WP 7.0) F 2026-05-27 21:47:33
c*e*-*h.com F 2026-05-27 21:30:50
i*a*o*a*.com (WP 5.3.21) ⚠️ F 2026-05-27 21:23:54
d*v*a*c*u*t*n*.com (WP 6.9.4) F 2026-05-27 21:12:17
h*i*y*n*u*i*.com (WP 7.0) F 2026-05-27 20:00:50
i*p*i*t.r*v*e*s.de (WP 6.9) F 2026-05-27 19:52:11
k*b*a*t*h*n*e*.com (WP 5.5.3) ⚠️ F 2026-05-27 19:49:34
d*v*r*a*n*.com (WP 6.7.5) F 2026-05-27 19:45:40
r*n*e*l*n*h*.it (WP 5.6.17) ⚠️ F 2026-05-27 19:39:41
d*v*r*i*e.com F 2026-05-27 19:26:49
i*n*v*x*r.com (WP 7.0) F 2026-05-27 19:08:37
k*i*a*g.com F 2026-05-27 18:38:58
l*z*r*c*l*e*t*e*.be (WP 6.9.4) F 2026-05-27 18:34:26
e*d*i*v*s*b*e.org F 2026-05-27 18:16:11
i*t*r*o*y*e*h.com (WP 6.7.5) F 2026-05-27 18:07:42
o*t*r*l*r*e*i.com (WP 7.0) F 2026-05-27 18:03:21
t*g*f*s*i*a*.de (WP 6.9.4) F 2026-05-27 17:51:09
i*g*e*.a*r*n*t.tn (WP 6.9.4) F 2026-05-27 17:45:38
m*s*a.am (WP 5.8.10) ⚠️ F 2026-05-27 17:15:16
s*f*a*a*o*u*.org F 2026-05-27 17:07:31
a*t*.o*g*c*i*.bg (WP 7.0) F 2026-05-27 16:17:02
i*d*s*r*.o*g*c*i*.bg (WP 7.0) F 2026-05-27 16:17:02
c*r*o*a*e.o*g*c*i*.bg (WP 7.0) F 2026-05-27 16:17:02
1*0*p*o*e*t*e*n*u*r*a*.de (WP 6.9.4) F 2026-05-27 16:02:14
r*s*h*r*o.com (WP 5.4.19) ⚠️ F 2026-05-27 15:18:22
x*-*p*e*h*u*-*4*.de F 2026-05-27 14:57:24
d*s*r*2*.com (WP 7.0) F 2026-05-27 14:46:52
s*i*f*n*r*t*e*.com F 2026-05-27 14:38:42
s*n*e*.eu A 2026-05-27 13:58:40
c*o*h*i*d*s*r*.com F 2026-05-27 13:30:17
f*n*-*q.com F 2026-05-27 12:44:36
v*c*n*a*.com F 2026-05-27 12:42:03
i*t*x.bg F 2026-05-27 12:30:15
p*r*u*e*a*t*e*l*l*a.com (WP 6.9.4) F 2026-05-27 12:10:49
h*s*i.ua F 2026-05-27 11:48:14
g*r*a*-*e*m*b*w*.de (WP 6.9.4) F 2026-05-27 11:46:17
c*i*u*o*a*a*u*h*.com (WP 6.4.3) ⚠️ D 2026-05-27 11:36:42
c*i*u*i*h*d*.com (WP 6.4.3) ⚠️ D 2026-05-27 11:36:41
e*p*m*d*p*l*e*i*e*o.com (WP 7.0) F 2026-05-27 10:53:14
p*a*a*l*g*l.com (WP 5.5.18) ⚠️ F 2026-05-27 10:24:21
d*o*e*r*f*.eu (WP 6.7.1) F 2026-05-27 09:33:21
t*a*s*i*i*.sk F 2026-05-27 09:20:05
p*k*r*e*.n*t.ua (WP 7.0) D 2026-05-27 09:09:19
p*l*q*e*i*c*n*n*l*e*i*a.com (WP 7.0) F 2026-05-27 08:50:23
t*e*t*w*r*e*s*o*n*r.com F 2026-05-27 08:29:17
i*l*n*a*p*.com 💀 F 2026-05-27 08:21:53
b*l*e*e*l*h.co F 2026-05-27 07:53:39
r*s*t*m*e*s*e*t*r.com F 2026-05-27 07:52:40
i*c*o*d*s*f*.com F 2026-05-27 07:30:36
g*m*e.org (WP 7.0) F 2026-05-27 07:11:23
n*t*.e*u.sa (WP 6.9.4) D 2026-05-27 06:59:49
b*b*l*c*.lt (WP 5.8.2) ⚠️ F 2026-05-27 06:55:47
r*k*d*l.ru (WP 6.9.4) F 2026-05-27 06:25:59
b*t*o*.com (WP 7.0) F 2026-05-27 06:01:10
p*s*r.com (WP 6.9.4) F 2026-05-27 05:52:02
p*t*m*r*e*i*g.de (WP 5.2.24) ⚠️ F 2026-05-27 05:00:50
t*s*i*-*o*p*s.uz A 2026-05-27 04:04:34
m*r*m*i*l*s.com (WP 6.9.4) F 2026-05-27 03:57:37
a*t*a*e*w.com (WP 6.9.4) F 2026-05-27 03:32:45
l*z*a*i*a*e.com (WP 7.0) F 2026-05-27 03:08:39
p*e*i*r*b*.net F 2026-05-27 03:07:55
b*m*t*f*r*.com (WP 7.0) F 2026-05-27 02:44:14
s*e*h*n*s*t*i*k*e*i*n*.com (WP 6.9.4) B 2026-05-27 02:42:44

Top 50 Plugins

Plugin Count
elementor 1,819,196
contact-form-7 1,789,483
elementor-pro 1,060,662
woocommerce 824,782
revslider 623,770
jetpack 470,465
js_composer 436,870
wp-rocket 337,948
essential-addons-for-elementor-lite 297,183
gravityforms 269,158
complianz-gdpr 259,951
cookie-law-info 234,187
instagram-feed 230,506
google-site-kit 224,321
sitepress-multilingual-cms 223,618
google-analytics-for-wordpress 216,054
header-footer-elementor 212,182
elementskit-lite 209,363
bluehost-wordpress-plugin 191,408
gutenberg 163,525
gutenberg-core 160,943
cookie-notice 153,633
the-events-calendar 133,454
litespeed-cache 132,870
wpforms-lite 130,558
gtranslate 129,224
astra-sites 120,332
popup-maker 117,257
woocommerce-payments 113,813
tablepress 110,939
coblocks 100,525
honeypot 98,579
astra-addon 96,287
duracelltomi-google-tag-manager 94,758
wp-smushit 94,540
all-in-one-seo-pack 94,163
LayerSlider 92,505
bb-plugin 91,548
premium-addons-for-elementor 87,784
megamenu 87,690
akismet 86,772
mailchimp-for-wp 84,606
cleantalk-spam-protect 84,528
woocommerce-gateway-stripe 83,875
ml-slider 81,965
borlabs-cookie 80,562
fusion-builder 80,452
ewww-image-optimizer 79,824
wp-pagenavi 79,811
formidable 78,763

Top 50 Themes

Theme Count
hello-elementor 622,154
Divi 515,376
astra 427,781
flatsome 136,821
Avada 125,534
generatepress 122,038
pub 110,907
oceanwp 84,326
kadence 79,509
enfold 72,549
salient 67,305
twentytwentyfour 59,420
h4 56,888
twentyseventeen 56,800
bb-theme 55,720
betheme 52,419
cocoon-master 52,256
blocksy 51,289
dt-the7 46,628
twentytwentyfive 44,378
neve 39,825
Avada-Child-Theme 37,985
sydney 35,715
gox 33,650
woodmart 33,613
bridge 33,188
twentytwentyone 32,430
lightning 31,653
twentytwenty 30,348
swell 28,740
Impreza 26,771
bricks 26,340
twentytwentythree 24,219
Newspaper 23,785
voxel 23,104
twentytwentytwo 20,100
kubio 19,580
sinatra 19,425
uncode 19,303
epik-redesign 19,278
twentysixteen 18,417
storefront 18,092
pro 17,983
Total 14,866
extendable 14,714
yith-wonder 14,087
hello-theme-child-master 13,503
themify-ultra 13,124
yootheme 13,090
factory-templates-4 13,019