Skip to content

Instantly share code, notes, and snippets.

@Dilip7597
Created May 22, 2018 13:12
Show Gist options
  • Save Dilip7597/6c650603fe5688c13d6143815162905f to your computer and use it in GitHub Desktop.
Save Dilip7597/6c650603fe5688c13d6143815162905f to your computer and use it in GitHub Desktop.
array(
'id' => $prefix . 'address',
'type' => 'text',
'name' => esc_html__( 'Address', 'star' ),
),
array(
'id' => $prefix . 'location',
'type' => 'map',
'name' => esc_html__( 'Location', 'star' ),
'address_field' => $prefix . 'address',
'api_key' => 'api_key',
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment