| 开发者 | progremzion |
|---|---|
| 更新时间 | 2026年8月24日 12:38 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.6 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
progremzion_wootext_replacement
filter.progremzion-wootext-change directory to /wp-content/plugins/.Go to Settings > WooText Change and enter your text. Leave it blank to use the default, "Sold".
Yes. The plugin matches the product's stock status ("out of stock"), not the displayed English text, so it works no matter what language your store uses.
Yes. Use the progremzion_wootext_replacement filter, for example:
add_filter( 'progremzion_wootext_replacement', function() { return 'Reserved'; } );
progremzion_wootext_replacement filter for developers.Requires Plugins.