Show MapBox generate address from import

  • Solved
  • Posted 2 months ago

Previously, when I imported an address using WP All Import → Geocode by address, it displayed the address returned by Mapbox.

Now, it only shows the text I typed in.

Would it be possible to make it show again the address generated by Mapbox?

I’m not sure if this changed because I once had this line in my code:
//add_filter( ‘voxel/wp-all-import/geocode/use-input-address’, ‘__return_true’ );
But I removed it, and it still keeps showing the manually entered address instead of the Mapbox-generated one.