digimix/cmb_field_map
Composer 安装命令:
composer require digimix/cmb_field_map
包简介
Google Maps field type for Custom Metaboxes and Fields for WordPress
关键字:
README 文档
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'.
Screenshot
统计信息
- 总下载量: 58
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2016-03-01
