php Woocommerce文本替换过滤器

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php Woocommerce文本替换过滤器相关的知识,希望对你有一定的参考价值。

function woocommerce_text_replace( $translated_text, $text, $domain ) {
	switch ( $translated_text ) {
		case 'Replace this text' :
			$translated_text = __( 'With this text', 'woocommerce' );
			break;
	}
	return $translated_text;
}
add_filter( 'gettext', 'woocommerce_text_replace', 20, 3 );

以上是关于php Woocommerce文本替换过滤器的主要内容,如果未能解决你的问题,请参考以下文章

php 替换WooCommerce日期选择器

php WooCommerce产品搜索过滤器标记

php facetwp用facet sort替换woocommerce排序

php [WooCommerce 360​​ Image]还有一个用于输出内容本身的过滤器。

WooCommerce Sensei 电子邮件自定义

php WooCommerce:过滤产品类别列表