外掛說明
In some locales, last_name preceded first_name.
- Japanese
ja
- Chinese
zh_*
- Korean
ko
- Mongolian
mn
- Vietnamese
vi
- Hungarian
hu_HU
If current user locale is in the list above, name fields in WooCommerce will be swapped with this plugin.
This plugin does nothing but changing name field’s order. You don’t have to care about side effects.
Currently fixes…
- My Account
- Billing Address & Shipping Address
- Order Email
- Default display name and full name
Customization
You can change locales with filter.
add_filter( 'donden_swappable_lang_list', function( $langs ) { // Add lang th. $langs[] = 'th'; return $langs } );
螢幕擷圖
安裝方式
- Upload
donden-gaeshi
folder to the/wp-content/plugins
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Now your name order will be suite for your locale.
常見問題集
- How to Contribute
-
This plugin is hosted on GitHub, feel free to make issues or to send Pull Requests.
使用者評論
這個外掛目前沒有任何使用者評論。
參與者及開發者
以下人員參與了開源軟體〈Donden Gaeshi – Name Order Changer for WooCommerce〉的開發相關工作。
參與者變更記錄
0.1.4
- Fix readme for clarification.
0.1.2
- Registered on WordPress.org.
0.1.0
- first Release.