• Resolved geylang666

    (@geylang666)


    Hi team,

    We are glad that GEO My WP worked well for us, and we have purchased the premium version.
    We have ACF managing the phone number of the locations. When we update in ACF, can we auto populate the GEO My WP’s phone number field as well?

    Thanks.
    BR,
    Glen

    • This topic was modified 4 years, 2 months ago by geylang666.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Eyal Fitoussi

    (@ninjew)

    Hello @geylang666,

    Thank you for your support.

    Just to make sure I understand your requirement, do you want to save the phone number that is being submitted via the ACF in GEO my WP database?

    Thread Starter geylang666

    (@geylang666)

    Hi Eyal, yes you are right

    Plugin Author Eyal Fitoussi

    (@ninjew)

    Hi @geylang666,

    I apologize for my delayed reply.

    you can use the function below to update specific location meta:

    
    gmw_update_post_location_meta( $post_id, 'phone', $meta_value );
    

    You need to execute this function using a hook during the ACF form submission.

    I hope this helps.

    Let me know if you have additional questions.

    BTW, since you are a premium extension holder, in the future, please use your license key to open a support ticket via this page and I will reply in a timely manner.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Inserting Phone Number to GEO My WP’ is closed to new replies.