| 开发者 | chroudakais |
|---|---|
| 更新时间 | 2026年6月16日 17:31 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
billing_address_1 and shipping_address_1).
As of version 3.0.0 the front-end script is written in modern, dependency-free vanilla JavaScript (no jQuery required) and the bundled CMB2 settings library has been updated for security.
/wp-content/plugins/autocomplete-google-places directory, or install the plugin through the WordPress Plugins screen directly.No, it is completely free.
Yes. As of 3.0.0 there is no built-in fallback key. Create a key in the Google Cloud Console with the Maps JavaScript API and the Places library enabled, then enter it on the Google Places settings page.
No. As of 3.0.0 the front-end script is pure vanilla JavaScript and no longer enqueues jQuery.
The standard WooCommerce-style billing and shipping address fields. When an address is selected, address line 1, city, state, postcode and country are filled automatically.
Yes. In the "Custom fields (Form ID / class)" setting you can target address fields on most forms (Contact Form 7, Gravity Forms, Elementor, and other standard HTML forms) by ID and/or CSS class. Fields added dynamically (Ajax, modals, multi-step forms) are detected automatically.
Some plugins and themes build their address fields with a JavaScript framework such as React or Vue, where the field value is fully controlled by the framework. On those fields, no external autocomplete (including this one) can attach reliably, because the framework re-renders the input and overrides external changes. This is a limitation of how those frameworks work, not of this plugin. Standard HTML fields are fully supported. Improved support for framework-based fields is planned for a future release.