Title: Say What?
Author: Lee Willis
Published: <strong>8 de Marzo de  2013</strong>
Last modified: 18 de Mayo de  2026

---

Buscar plugins

![](https://ps.w.org/say-what/assets/banner-772x250.png?rev=678352)

![](https://ps.w.org/say-what/assets/icon-256x256.jpg?rev=970013)

# Say What?

 Por [Lee Willis](https://profiles.wordpress.org/leewillis77/)

[Descargar](https://downloads.wordpress.org/plugin/say-what.2.2.6.zip)

[Vista previa](https://cl.wordpress.org/plugins/say-what/?preview=1)

 * [Detalles](https://cl.wordpress.org/plugins/say-what/#description)
 * [Reseñas](https://cl.wordpress.org/plugins/say-what/#reviews)
 *  [Instalación](https://cl.wordpress.org/plugins/say-what/#installation)
 * [Desarrollo](https://cl.wordpress.org/plugins/say-what/#developers)

 [Soporte](https://wordpress.org/support/plugin/say-what/)

## Descripción

Un plugin fácil de usar que te permite alterar las cadenas traducibles de los plugins/
temas y del núcleo de WordPress sin editar código. Simplemente introduce la cadena
actual y lo que quieres que la reemplace y ¡el plugin hará el resto automáticamente!

The plugin’s available for forking and contribution over on [GitHub](https://github.com/leewillis77/say-what)

Check out [Say What Pro](https://plugins.leewillis.co.uk/downloads/say-what-pro/)
for:

 * **String Discovery and autocomplete** – find the strings you need without diving
   through code. Works with server-side and Javascript-rendered strings
 * **Improved performance** using text-domain-specific filters
 * **Wildcard string replacements** – replace individual words, or fragments across
   your whole site
 * **Multi-lingual support** – set different replacements for different languages
   on multi-lingual sites
 * **Import/export features** – Easy import/export of replacements through the user
   interface

### Support this free plugin

Como empresa, ya donamos un porcentaje de nuestras ganancias de los plugins premium
a proyectos globales de cambio climático. Eres libre de usar este plugin de forma
gratuita, pero si lo haces, por favor considera [comprarle algunos árboles al mundo](https://ecologi.com/ademtisoftware?gift-trees&r=ademtisoftware)
a cambio. Estarás creando empleo para familias locales y restaurando hábitats de
vida silvestre.

## Capturas de pantalla

[⌊Lista de reemplazos de cadenas configuradas⌉⌊Lista de reemplazos de cadenas configuradas⌉[

Lista de reemplazos de cadenas configuradas

[⌊Agregar/editar un reemplazo⌉⌊Agregar/editar un reemplazo⌉[

Agregar/editar un reemplazo

## Instalación

 * Install it as you would any other plugin
 * Actívalo
 * Head over to Tools » Text changes and configure some string replacements

## FAQ

### Can I use it to change any string?

You can only use the plugin to translate strings which are marked for translation.

### How do I find the string to translate?

You can either have a guess, or checkout the plugin in question’s source code, translatable
strings are generally wrapped in __(), _e(), _n(), or _x(), for example:

    ```
    $foo = __('This is a translatable string', 'plugin-domain');
    ```

The article [here](https://plugins.leewillis.co.uk/doc_post/replacing-wordpress-strings-context/)
shows some examples of what you’re looking for. Alternatively, the [Pro version of the plugin](https://plugins.leewillis.co.uk/downloads/say-what-pro/)
provides a String Discovery mode which means you can search for strings on your 
site via autocomplete suggestions.

### Is there any support for importing replacements?

“Say What?” has preliminary support for exporting, and importing replacements via
[http://wp-cli.org/](https://cl.wordpress.org/plugins/say-what/WP-CLI?output_format=md).
The following commands are currently
 supported:

 * export – Export all current string replacements.
 * import – Import string replacements from a CSV file.
 * list – Export all current string replacements. Synonym for ‘export’.
 * update – update string replacements from a CSV file.

See the [GitHub homepage](https://github.com/leewillis77/say-what) for examples.

### Can I set different replacements for different languages?

Not in the free plugin, however this is available in the [Pro version of the plugin](https://plugins.leewillis.co.uk/downloads/say-what-pro/)

## Reseñas

![](https://secure.gravatar.com/avatar/f891cc66d1dbd7dd0618d85a4109f23507eb5d1145dc6a1602b4120f362c1be8?
s=60&d=retro&r=g)

### 󠀁[Perfect!](https://wordpress.org/support/topic/perfect-10592/)󠁿

 [phxreguy](https://profiles.wordpress.org/phxreguy/) 27 de Noviembre de 2024

I dinked around for well over an hour trying to change “Leave a Reply” to “Leave
a Comment” at the top of my comment form on a new site.Found this plugin, and 30
seconds later the job was done.THANK YOU!

![](https://secure.gravatar.com/avatar/efdf0291b8c9bff0d2b1833446dedb1ad48198f9c3f82294e32f5ff617e972e3?
s=60&d=retro&r=g)

### 󠀁[This plugin doesn’t do what it says it does](https://wordpress.org/support/topic/this-plugin-doesnt-do-what-it-says-it-does/)󠁿

 [Wendihihihi](https://profiles.wordpress.org/wendihihihi/) 24 de Agosto de 2023
4 respuestas

This is the plugin’s description:An easy-to-use plugin that allows you to alter 
strings on your site without editing WordPress core, or plugin code. Simply enter
the current string, and what you want to replace it with and the plugin will automatically
do the rest! I tried it with this string: <div id=”wrapper”> that I want to replace
with: <div class=”wrapper”>, but nothing happened.It says in the description that
I only need to enter the current string, and what you want to replace it with and
the plugin will automatically do the rest. But it doesn’t work that way.

![](https://secure.gravatar.com/avatar/dc53235d91d5999dab8e1d12fd0c494926894e1bdaa625ec96ad3038cce783c4?
s=60&d=retro&r=g)

### 󠀁[Work perfectly but need little knowledge](https://wordpress.org/support/topic/work-perfectly-but-need-little-knowledge/)󠁿

 [devfx01](https://profiles.wordpress.org/devfx01/) 9 de Junio de 2023 1 respuesta

Does exactly what it supposed to do. Don’t need to change the core file for changing
strings we want to translate. You will need to find the exact string name and it’s
location (site domain).

![](https://secure.gravatar.com/avatar/39293716650e6cce6482d8e3fa955143d5dee8bfa594914f95ce26b1dc0d2857?
s=60&d=retro&r=g)

### 󠀁[Free version useless w/o php knowledge](https://wordpress.org/support/topic/free-version-useless-w-o-php-knowledge/)󠁿

 [avu](https://profiles.wordpress.org/avu/) 1 de Junio de 2023 1 respuesta

Free version useless without extensive php knowledge of the target modules. Accepts
any setting but does and says nothing.

![](https://secure.gravatar.com/avatar/d8470262486da11914441486062fdfb954d86e40f8c4d70965d265b37fcba437?
s=60&d=retro&r=g)

### 󠀁[Thank you for changing the stubborn texts](https://wordpress.org/support/topic/thank-you-for-changing-the-stubborn-texts/)󠁿

 [dinaddd](https://profiles.wordpress.org/dinaddd/) 18 de Noviembre de 2022 1 respuesta

I was recommended on this plugin by WooCommerce Payment, because I wanted to change
the title of the payment method. And it works, very easy to use.

![](https://secure.gravatar.com/avatar/65546d7ef1da78fff9def7d5eae6323e714072a5361edb0eb610e16c7a6870b7?
s=60&d=retro&r=g)

### 󠀁[Nice plugin, Saved a lot of time](https://wordpress.org/support/topic/nice-plugin-saved-a-lot-of-time/)󠁿

 [amin9](https://profiles.wordpress.org/amin9/) 14 de Octubre de 2022 1 respuesta

Nice plugin. Saved a lot of time.

 [ Leer los 90 comentarios ](https://wordpress.org/support/plugin/say-what/reviews/)

## Colaboradores & Desarrolladores

“Say What?” es software de código abierto. Las siguientes personas han contribuido
a este plugin.

Colaboradores

 *   [ Lee Willis ](https://profiles.wordpress.org/leewillis77/)

“Say What?” ha sido traducido en 16 idiomas. Gracias a [los traductores](https://translate.wordpress.org/projects/wp-plugins/say-what/contributors)
por sus contribuciones.

[Traduce “Say What?” a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/say-what)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/say-what/), echa un
vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/say-what/), o suscríbete
al [registro de desarrollo](https://plugins.trac.wordpress.org/log/say-what/) por
[RSS](https://plugins.trac.wordpress.org/log/say-what/?limit=100&mode=stop_on_copy&format=rss).

## Historial de cambios

#### 2.2.6

 * Dependency bumps & WordPress compat improvements

#### 2.2.5

 * General tidy-ups and maintenance

#### 2.2.4

 * Fix: Do not generate warning on initial install

#### 2.2.3

 * Change: Internal package updates
 * Change: Compatibility with WordPress 6.6

#### 2.2.2

 * Fix: Resolve issue where replacements weren’t made if an external object cache
   was in use.

#### 2.2.1

 * Change: Internal refactor of classes

#### 2.1.9

 * Change: Minor admin UI changes

#### 2.1.8

 * Fix: Include missing image

#### 2.1.7

 * Change: Admin UI updates

#### 2.1.6

 * Change: Styling & documentation updates.

#### 2.1.5

 * Fix: Avoid warning when sorting list table.

#### 2.1.4

 * Change: Localisation improvements

#### 2.1.3

 * Change: Updates to Javascript dependencies.

#### 2.1.2

 * Change: Updates to Javascript dependencies, smaller JS footprint.

#### 2.1.1

 * Fix: Resolve issue where console errors could be thrown if no replacements configured.

#### 2.1.0

 * New: Optimise performance when an external object cache is available
 * Fix: Imports via WP-CLI could fail if the pro extension had previously been active

#### 2.0.2

 * Reduce size of bundled images
 * Update dev build scripts

#### 2.0.1

 * Improve Javascript performance, and remove lodash dependency (resolves some plugin
   conflicts)

#### 2.0.0

 * Support for translatable strings rendered through WordPress Javascript framework
 * Supports replacing text in Gutenberg / WooCommerce admin / WooCommerce blocks
 * Update details of Say What? Pro vs free plugin

#### 1.9.7

 * Fix issue where replacement table disappeared at small screen widths
 * Update WordPress compatibility
 * Changes to donation / upsell content

#### 1.9.6

 * Fix link in documentation

#### 1.9.5

 * Compatibilidad con WordPress 5.5
 * Changes to Treeware links

#### 1.9.4

 * Ensure help links open in new windows

#### 1.9.3

 * Fix link target in Treeware content

#### 1.9.2

 * Suggest Treeware donations

#### 1.9.1

 * Update information about Pro features

#### 1.9.0

 * Fix issue adding more strings after downgrade from Pro
 * Update text domain of plugin to match wordpress.org guidelines to aid translations

#### 1.8.2

 * Documentation updates only

#### 1.8.1

 * Update plugin links, include settings and upgrade link
 * Update documentation about pro features
 * Admin styling fixes

#### 1.8.0

 * Fix issues where entities could be double encoded on admin screens.

#### 1.7.1

 * Update to admin marketing message. No functional changes.

#### 1.7

 * Support for _n() and _nx()
 * Support for multi-line strings

#### 1.6

Introduce filters that allows back compatibility for plugins that change their text-
domain. Props Pippin Williamson

#### 1.5

Avoid warnings on initial activation.
 Avoid issues where strings contain HTML /
entities

#### 1.4

Add info box about Pro version

#### 1.3

Support for WP-CLI import and export.

#### 1.2

Swap database to UTF-8 to fix problems entering non-ASCII strings.

#### 1.1

Fix incorrect escaping on the admin screens.

#### 1.0.1

Fix initial DB table creation
 Fix translations for strings with no domain

#### 1.0

Allow strings with context to be replaced

#### 0.9.3

Documentation improvements

#### 0.9.2

Avoid wpdb->prepare warning
 Minor admin fixes, don’t double translate strings

#### 0.9.1

Fix issue with fields being swapped when first entered

#### 0.9

Beta ready for testing and feedback

## Plugin comercial

Este plugin es gratuito pero ofrece actualizaciones o soporte comercial de pago.
[Ver soporte](https://plugins.leewillis.co.uk/downloads/say-what-pro/?utm_source=wporg&utm_medium=plugin&utm_campaign=saywhatproupgradebtn)

## Meta

 *  Versión **2.2.6**
 *  Última actualización **hace 2 meses**
 *  Instalaciones activas **40,000+**
 *  Versión de WordPress ** 6.2 o superior **
 *  Probado hasta **7.0**
 *  Versión de PHP ** 7.4 o superior **
 *  Idiomas
 * [Chinese (Taiwan)](https://tw.wordpress.org/plugins/say-what/), [Dutch](https://nl.wordpress.org/plugins/say-what/),
   [Dutch (Belgium)](https://nl-be.wordpress.org/plugins/say-what/), [English (Canada)](https://en-ca.wordpress.org/plugins/say-what/),
   [English (South Africa)](https://en-za.wordpress.org/plugins/say-what/), [English (UK)](https://en-gb.wordpress.org/plugins/say-what/),
   [English (US)](https://wordpress.org/plugins/say-what/), [German](https://de.wordpress.org/plugins/say-what/),
   [Japanese](https://ja.wordpress.org/plugins/say-what/), [Portuguese (Brazil)](https://br.wordpress.org/plugins/say-what/),
   [Russian](https://ru.wordpress.org/plugins/say-what/), [Spanish (Chile)](https://cl.wordpress.org/plugins/say-what/),
   [Spanish (Ecuador)](https://es-ec.wordpress.org/plugins/say-what/), [Spanish (Spain)](https://es.wordpress.org/plugins/say-what/),
   [Spanish (Venezuela)](https://ve.wordpress.org/plugins/say-what/), [Swedish](https://sv.wordpress.org/plugins/say-what/),
   y [Vietnamese](https://vi.wordpress.org/plugins/say-what/).
 *  [Traducir a tu idioma](https://translate.wordpress.org/projects/wp-plugins/say-what)
 * Etiquetas
 * [change](https://cl.wordpress.org/plugins/tags/change/)[string](https://cl.wordpress.org/plugins/tags/string/)
   [translation](https://cl.wordpress.org/plugins/tags/translation/)
 *  [Vista Avanzada](https://cl.wordpress.org/plugins/say-what/advanced/)

## Calificaciones

 4.3 de 5 estrellas.

 *  [  71 valoraciones de 5 estrellas     ](https://wordpress.org/support/plugin/say-what/reviews/?filter=5)
 *  [  3 valoraciones de 4 estrellas     ](https://wordpress.org/support/plugin/say-what/reviews/?filter=4)
 *  [  1 valoración de 3 estrellas     ](https://wordpress.org/support/plugin/say-what/reviews/?filter=3)
 *  [  2 valoraciones de 2 estrellas     ](https://wordpress.org/support/plugin/say-what/reviews/?filter=2)
 *  [  14 valoraciones de 1 estrellas     ](https://wordpress.org/support/plugin/say-what/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/say-what/reviews/#new-post)

[Ver todas las reseñas](https://wordpress.org/support/plugin/say-what/reviews/)

## Colaboradores

 *   [ Lee Willis ](https://profiles.wordpress.org/leewillis77/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/say-what/)

## Donar

¿Te gustaría apoyar el avance de este plugin?

 [ Donar para este plugin ](http://plugins.leewillis.co.uk/downloads/say-what-pro?utm_source=wordpress&utm_medium=www&utm_campaign=say-what)