Plugin info

Total downloads: 12,076
Active installs: 1,000
Total reviews: 7
Average rating: 3.9
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 2 language(s)
Contributors: 1
Last updated: 10/3/2025 (87 days ago)
Added to WordPress: 8/6/2019 (6 years old)
Minimum WordPress version: 5.0
Tested up to WordPress version: 5.9.12
Minimum PHP version: 7.0

Maintenance & Compatibility

Maintenance score

Actively maintained • Last updated 87 days ago • 7 reviews

61/100

Is WP Override String Translations abandoned?

Likely maintained (last update 87 days ago).

Compatibility

Requires WordPress: 5.0
Tested up to: 5.9.12
Requires PHP: 7.0

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

Lets you override default texts from your admin panel.
The plugin trades both the Woocommerce texts and the well written WordPress core texts and its plugins or widgets.

The plugin also allows you to replace strings with text composed of HTML.
It will translate all _e(”) or __(”) string calls, so check the PHP sourcecode of the plugin or theme you need to translate.

It will NOT translate any dynamic strings like %s or %d, so “%s has been added to your cart.” is not translatable.

Installation

  1. Upload directory WP Override String Translations to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Click settings in your plugin list (or visit Settings submenu)
  4. Done!

Frequently Asked Questions

How does this plugin work?

It uses a gettext and ngettext WordPress filter

Review feed

No reviews available

Screenshots

  1. Original frontend string

    Original frontend string

  2. Overwrite string from backend

    Overwrite string from backend

  3. Overwritten string

    Overwritten string

  4. Original Woocommerce frontend string

    Original Woocommerce frontend string

  5. Overwrite string from backend

    Overwrite string from backend

  6. Overwritten Woocommerce string with HTML

    Overwritten Woocommerce string with HTML

Changelog

1.4.0

  • Support for WordPress 5.9 added
  • Bug fix

1.3.0

  • Support for WordPress 5.8 added
  • Minor bug fix

1.2.1

  • Support for WordPress 5.7 added

1.2.0

  • Bug Fix and added support for WordPress 5.6

1.1.0

  • Compatible with WordPress 5.3
  • bug fix

1.0.0

  • First public release