php 将新国家/地区添加到国家/地区列
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 将新国家/地区添加到国家/地区列相关的知识,希望对你有一定的参考价值。
add_filter( 'woocommerce_countries', 'handsome_bearded_guy_add_my_country' );
function handsome_bearded_guy_add_my_country( $countries ) {
$new_countries = array(
'NIRE' => __( 'Northern Ireland', 'woocommerce' ),
);
return array_merge( $countries, $new_countries );
}
add_filter( 'woocommerce_continents', 'handsome_bearded_guy_add_my_country_to_continents' );
function handsome_bearded_guy_add_my_country_to_continents( $continents ) {
$continents['EU']['countries'][] = 'NIRE';
return $continents;
}
以上是关于php 将新国家/地区添加到国家/地区列的主要内容,如果未能解决你的问题,请参考以下文章
php 将新国家/地区添加到国家/地区列
将新国家/地区添加到Magento
根据列中的国家/地区名称插入国家/地区官方语言
在 WooCommerce 管理订单列表中添加可排序和可搜索的“客户国家/地区”列
PHP PHP国家代码到国家/地区名称列表
Bigquery 和 Google Adwords(添加):国家/地区标签