第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

Woocommerce - 更改 2 結(jié)帳標(biāo)簽文本不起作用

Woocommerce - 更改 2 結(jié)帳標(biāo)簽文本不起作用

PHP
素胚勾勒不出你 2021-10-08 21:22:17
在 Woocommerce 的結(jié)帳頁(yè)面中,我嘗試更改“帳單詳細(xì)信息”和“運(yùn)送到其他地址?”的標(biāo)簽。到其他文本中,但是當(dāng)我輸入如下 2 個(gè)類(lèi)似的代碼時(shí),它只更改一次:“帳單詳細(xì)信息”確實(shí)更改為“您的帳單信息”,但“運(yùn)送到不同地址”卻沒(méi)有。請(qǐng)幫忙。//Change the Billing Address checkout labelfunction wc_billing_field_strings( $translated_text, $text, $domain ) {    switch ( $translated_text ) {        case 'Billing details' :            $translated_text = __( 'Your billing info', 'woocommerce' );            break;    }    return $translated_text;}add_filter( 'gettext', 'wc_billing_field_strings', 20, 3 );function shipchange( $translated_text, $text, $domain ) {    switch ( $translated_text ) {        case 'Ship to a different address?' :            $translated_text = __( 'other shipping address?', 'woocommerce' );            break;    }    return $translated_text;}關(guān)于如何更改購(gòu)物車(chē)和結(jié)帳頁(yè)面 Woocommerce 中所有標(biāo)簽文本的任何方法?
查看完整描述

1 回答

?
哈士奇WWW

TA貢獻(xiàn)1799條經(jīng)驗(yàn) 獲得超6個(gè)贊

試試這個(gè)代碼。


function wc_billing_field_strings( $translated_text, $text, $domain ) {

    switch ( $translated_text ) {

        case 'Billing details' :

            $translated_text = __( 'Your billing info', 'woocommerce' );

            break;

        case 'Ship to a different address?' :

            $translated_text = __( 'other shipping address?', 'woocommerce' );

            break;

    }

    return $translated_text;

}

add_filter( 'gettext', 'wc_billing_field_strings', 20, 3 );


查看完整回答
反對(duì) 回復(fù) 2021-10-08
  • 1 回答
  • 0 關(guān)注
  • 147 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢(xún)優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)