Support

Account

Home Forums Backend Issues (wp-admin) Need help with integrating Google Places and ACF

Unread

Need help with integrating Google Places and ACF

  • Hello, I am using a custom post type that has a Google Maps ACF field. It’s working fine. I have several ACF fields in which I store data coming from the Google Maps field using the ACF hook

    add_action(‘acf/save_post’, ‘my_function’);

    I have the Place ID from the Google Maps field, but the issue is I am not able to get the details of a business. Like if I enter an address of a business on Google, I want to pull some data from that place like Business name, Business hours, ratings, average ratings, website URL, Business type, and the different services that they offer and are listed on Google.

    Can anyone help me with that?

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.