This document lists all the situations where WordPress sends an email, along with how to filter or disable each email.
This documentation has moved here: https://github.com/johnbillion/wp_mail
This document lists all the situations where WordPress sends an email, along with how to filter or disable each email.
This documentation has moved here: https://github.com/johnbillion/wp_mail
| var $addressInput = $('#locationAddressInput'); | |
| var setKeyDownListener = selectFirstOptionOnEnter($addressInput[0]); | |
| window.autocomplete = new google.maps.places.Autocomplete($addressInput[0], { | |
| type: ['geocode'], | |
| componentRestrictions: {country: 'be'} | |
| }); | |
| google.maps.event.addListener(window.autocomplete, 'place_changed', function () { | |
| var address = window.autocomplete.getPlace(); |