This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Custom Google Places address autocomplete provider for WooCommerce 10.3+. | |
| * The snippet enables the Address autocomplete feature under Woocommerce -> Settings -> General | |
| * | |
| * Built to work alongside Stripe (by Payment Plugins) on Block-based checkout, | |
| * since Woo's built-in admin toggle is gated to WooPayments only. | |
| * | |
| * Requires: | |
| * - A Google Cloud project with Places API (New) enabled and billing active. |