php Google地址自动填充字段重新排序#plugin #checkout

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php Google地址自动填充字段重新排序#plugin #checkout相关的知识,希望对你有一定的参考价值。

//Google Address Autocomplete for WooCommerce Plugin
	
	//Putting name and email after the address in the billing form
	function woogoogad_billing_fields_to_put_after_address($fields)
	{
\!h		$fields[] = '__billing_email_field__';
\!h		$fields[] = '__billing_phone_field__';
		return $fields;
	}
	add_filter('woogoogad_billing_fields_to_put_after_address_filter', 'woogoogad_billing_fields_to_put_after_address');

以上是关于php Google地址自动填充字段重新排序#plugin #checkout的主要内容,如果未能解决你的问题,请参考以下文章

来自 PHP API 的自动填充地址

如果用户在Google地图自动填充中选择地址,则忽略模糊事件

删除字段时,Chrome 自动填充会重新填充输入

PHP - 输入标签上的自动完成

Google仅来自一个国家/地区的自动填充地址[重复]

自动填充地址 + Google Maps API