Support

Account

Home Forums Front-end Issues Change Google Maps address via front-end

Unread

Change Google Maps address via front-end

  • How can I change the Google Maps address via front end without using the acf_form()?
    I have a form, with other stuff, and I need to update the address, I already tried the same thing I’m already doing for other ACF.


    if ( !empty( $_POST[‘morada_loja’] ) )
    update_user_meta( $current_user->ID, ‘address’, esc_attr( $_POST[‘address’] ) );

    Everything else works, including other ACF parts.

Viewing 1 post (of 1 total)

The topic ‘Change Google Maps address via front-end’ is closed to new replies.