| 开发者 | fmojibur |
|---|---|
| 更新时间 | 2026年8月3日 18:48 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
translate.googleapis.com). It sends only the strings TranslatePress asks it to translate.https://translate.googleapis.com/translate_a/single
No. The Google Translate (Unofficial) provider does not require any API key.
The unofficial endpoint can rate-limit aggressive use. Because TranslatePress caches every translation in its own database, the endpoint is only called for genuinely new strings — for a typical small or medium site this is far below any rate-limit threshold. If you have a very large site or do bulk translation, consider the Pro add-on which adds AI providers as fallback.
In TranslatePress's own database tables. This plugin does not store translations itself — it just hands them to TranslatePress.
No. Only the page text that needs translating is sent to the configured translation endpoint, and only when TranslatePress requests it. No visitor IPs, cookies, or other personal data are transmitted by this plugin.
All plugin options (haitp_settings, haitp_log) are removed from the database. Translations TranslatePress has cached in its own tables are not touched — TranslatePress manages those independently.
Yes — this plugin is GPLv2-or-later. The full source is in the plugin folder, and the development repository is linked from the plugin homepage.
Yes. Extend HAITP_Provider_Base, implement translate() and self_test(), and register your class via the haitp_registered_providers filter.
HAITP_ and text domain hybrid-ai-translator-for-translatepress.LICENSE.txt, uninstall.php, and load_plugin_textdomain() for full WordPress.org compliance.