php [WooCommerce Core]使地址字段更广泛
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php [WooCommerce Core]使地址字段更广泛相关的知识,希望对你有一定的参考价值。
add_filter('woocommerce_billing_fields', 'custom_woocommerce_billing_fields');
function custom_woocommerce_billing_fields( $fields ) {
$fields['billing_address_1']['class'] = array( 'form-row-wide' );
$fields['billing_address_2']['class'] = array( 'form-row-wide' );
return $fields;
以上是关于php [WooCommerce Core]使地址字段更广泛的主要内容,如果未能解决你的问题,请参考以下文章
php [WooCommerce Core]查询WooCommerce是否被激活
php [WooCommerce Core]查询WooCommerce是否被激活
php [WooCommerce Core]查询WooCommerce是否被激活
php [WooCommerce Core]自定义WooCommerce面包屑
php [WooCommerce Core]自定义WooCommerce面包屑
php [WooCommerce Core]自定义WooCommerce面包屑