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(); |
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