| 开发者 | domclic |
|---|---|
| 更新时间 | 2026年8月7日 07:39 |
| 捐献地址: | 去捐款 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
[eltmh_translator] or [eltmh_translator text="Hello"]/wp-content/plugins/.OpenAI (gpt-4o) is the default and produces fast, accurate results. Anthropic (claude-sonnet-4-6) is an excellent alternative. Both use the same translation prompt.
Yes. Every unique translation is cached indefinitely in your WordPress database. You can clear the cache at Settings → Mandarin Helper.
500 characters per request.
additionalProperties: false and didn't list every property in required (with a nullable type for the optional "english" field). Sites whose core AI Client connector routes to OpenAI's Structured Outputs API were getting a 400 Bad Request ("'additionalProperties' is required to be supplied and to be false") on every translation. OpenAI and Anthropic direct-key providers were unaffected.Requires at least to WordPress 7.0, since the "WordPress AI Client" provider option depends on core's wp_ai_client_prompt(), which only ships in WP 7.0+.wp_ai_client_prompt() call site with a direct, literal function_exists() check in the same conditional (previously the guard lived one method away), so WordPress.org's Plugin Check no longer flags it as incompatible with this plugin's Requires at least: 6.0 floor.pinyin="no") still override the site-wide default.__return_true permission_callback on GET /nonce with a named, documented callback (allow_public_nonce_request()) explaining why the endpoint is intentionally public, so automated plugin-review scans stop flagging it for manual re-review.Author field, which incorrectly read "DomClic" instead of "domclic"./eltmh/v1/nonce) and update front-end JS to fetch a fresh nonce on page load, preventing 403 errors on full-page-cached sites.