WPMMCC
by wpmmcc 1 (0 reviews)

WPMMCC

Automatic multilingual translation for WordPress — posts, pages, media, categories, themes — powered by Google, DeepL, Baidu, Youdao or OpenAI.

WPMMCC ranks #64,461 among WordPress.org plugins with 1+ active installations, is #653 of 763 in the Language Tools category, a 1/5 rating from 0 reviews, and was last updated Mar 20, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 6.9 (Current: 7.1.2)
v2.0.1 Current Version v2.0.1
Updated 6 months ago Last Update on 20 Mar, 2026
Refreshed 7 hours ago Last Refreshed on
#653 of 763 in Language Tools
View on WordPress.org
Rank
#64,461
No change
Active Installs
1+
No change
KW Avg Position
N/A
No change
Downloads
193
+5 today
Support Resolved
0%
No change
Rating
20%
Review 1 out of 5
1 (0 reviews)

Next Milestone 10

Total Progress 10%
0+ 10+
63,515
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 9 more installs to reach 10+

Rank Changes

52,001 56,066 60,131 64,196 68,261 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
49,834 54,898 59,962 65,025 70,089 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Current #64,461
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 10 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

1.0
0 reviews
Overall 20%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Frequently Asked Questions

Common questions about WPMMCC

Google Translate, DeepL, Baidu Translate, Youdao, and OpenAI (or any OpenAI-compatible endpoint). You can create multiple rules and use different providers for different language pairs.
Each provider issues its own key from its developer console: Google Translate: Google Cloud Console — enable the Cloud Translation API, create credentials DeepL: DeepL Pro — the free tier (DeepL API Free) is supported Baidu Translate: Baidu Fanyi API — use the AI Text Translate API (https://fanyi-api.baidu.com/ait/api/aiTextTranslate), create an APP ID, and authenticate with either a Secret Key or an API Key Youdao: Youdao AI Open Platform — use the Webpage Translation API (https://openapi.youdao.com/translate_html), create an app, and obtain App ID and App Secret OpenAI: OpenAI Platform — create an API key; any OpenAI-compatible endpoint (including self-hosted models) is supported via the configurable API URL field
Use the two settings for different purposes: Maximum characters per request applies to machine-translation rules such as Google, DeepL, Baidu, and Youdao Choose a value that is at or below the vendor's supported request size; smaller values are safer when translating very large or HTML-heavy content Baidu AI Text Translate uses https://fanyi-api.baidu.com/ait/api/aiTextTranslate; when HTML is detected the plugin requests model_type=nmt with tag_handling=1 Baidu AI Text Translate documentation: https://fanyi-api.baidu.com/doc/21 Baidu credentials must have the AI Text Translate service enabled before WPMMCC can translate content successfully Youdao Webpage Translation uses https://openapi.youdao.com/translate_html for both plain text and HTML, and the account must have the Webpage Translation service enabled Youdao Webpage Translation documentation: https://ai.youdao.com/DOCSIRMA/html/trans/api/wyfy/index.html Maximum response tokens applies to LLM rules only and is sent as max_tokens Set LLM response tokens to 0 if you want the remote model to decide automatically Long source content is chunked automatically by WPMMCC even when max_tokens is 0
WPMMCC ships bundled language files in the plugin's /languages directory. If you set a plugin locale override in WPMMCC > Parameters, WPMMCC first tries to load the bundled wpmmcc-<locale>.mo file directly If no override is set, WPMMCC uses the active WordPress locale and falls back to normal load_plugin_textdomain() behavior This means packaged translations can work immediately after install, while external WordPress language packs remain compatible with the normal textdomain flow
The most common causes are configuration prerequisites rather than a PHP error: The provider service is not enabled on the vendor side yet, for example Baidu AI Text Translate or Youdao Webpage Translation Your server cannot make outbound HTTPS requests to the provider API The selected source/target language codes are not accepted by that provider For LLM providers, the model record is incomplete and still misses API URL, API key, or model name
WPMMCC does not send a whole long post body blindly in one request. Plain text is split on line, sentence, and word boundaries HTML content is chunked with balanced-tag handling so fragments can be reassembled into valid markup Fragments are sent in order and merged back in order If a provider returns fewer fragments than expected, WPMMCC keeps the field aligned by falling back to the original fragment where necessary
Yes. WPMMCC supports two multisite configurations: Directory mode: Single WordPress install, language directories (example.com/en/, example.com/zh/). No Multisite needed. Multisite mode: Each language is a separate site in the network. WPMMCC links them through site groups.
In directory mode, WPMMCC creates "shadow" posts for each translated language. When a visitor goes to /zh/my-post/, WordPress serves the shadow post's translated content. Hreflang and canonical tags are injected automatically. Your original content remains untouched.
Yes. WPMMCC is tested with Yoast SEO and Rank Math. You can disable WPMMCC's own canonical and hreflang output from WPMMCC > Parameters if you prefer your SEO plugin to handle those tags. The SEO Fields screen lets you translate Yoast/Rank Math meta fields alongside post content.
WPMMCC requires WordPress 5.3+ and PHP 7.2+. The current release is tested up to WordPress 6.9. It supports both standard single-site installations and WordPress Multisite networks.

Sign In / Register

You need to sign in or register to use this feature.