| 开发者 |
Vincenzo Luongo
vluongo |
|---|---|
| 更新时间 | 2026年9月16日 19:51 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
wp-override-translations folder to /wp-content/plugins/.The text as your visitors read it, in your site's language: on an Italian site type "Aggiungi al carrello", not "Add to cart". Type it as written, not as CSS may display it (e.g. uppercase buttons).
Yes, use its fixed part. To change "Hoodie has been added to your cart", override "has been added to your cart".
When a text is not replaced by a normal override: text typed in page builders or menus, or added by JavaScript after the page loads. Enable JS and enter the CSS selector of the element that contains the text (e.g. .site-header). The plugin then replaces the text, and the placeholder, title and alt attributes, inside those elements, even when they change later.
No. Overrides apply to the public site and to its AJAX requests; the admin screens keep the original text.
Yes. Contribute on translate.wordpress.org, or start from languages/wp-override-translations.pot with a tool like Poedit.
They are removed together with the plugin. Deactivating it keeps them.
_x(), _nx()) and front-end AJAX responses are covered.