digitoimistodude / cmb_field_map
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (v2.1.1) of this package.
Google Maps field type for Custom Metaboxes and Fields for WordPress
Package info
github.com/digitoimistodude/cmb_field_map
Type:wordpress-plugin
pkg:composer/digitoimistodude/cmb_field_map
v2.1.1
2015-03-13 13:59 UTC
This package is auto-updated.
Last update: 2021-09-11 16:08:47 UTC
README
Description
Google Maps field type for CMB2.
The pw_map field stores the latitude/longitude values which you can then use to display a map in your theme.
Installation
You can install this field type as you would a WordPress plugin:
- Download the plugin
- Place the plugin folder in your
/wp-content/plugins/directory - Activate the plugin in the Plugin dashboard
Usage
pw_map
Save a location on a map. Example:
array( 'name' => 'Location', 'desc' => 'Drag the marker to set the exact location', 'id' => $prefix . 'location', 'type' => 'pw_map', // 'split_values' => true, // Save latitude and longitude as two separate fields ),
Extra Parameters:
split_valuesSave the latitude/longitude values into two custom fields, they will be stored as$id . '_latitude'and$id . '_longitude'.
