library custom-field-geometry
miya/custom-field-geometry
- Wednesday, October 4, 2017
- by miya0001
- Repository
- 1 Watchers
- 0 Stars
- 18 Installations
- HTML
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
miya/custom-field-geometry
, (*1)
Add a custom field to save geometries to the edit screen of the specific post type for WordPress., (*2)
, (*3)
Install
$ composer require miya/custom-field-geometry
How to use
<?php
require_once( dirname( __FILE__ ) . '/vendor/autoload.php' );
$map = new \Miya\WP\Custom_Field\Geometry( 'geometry', 'Latitude and Longitude' );
$map->add( 'post' ); // Set post type to display meta box.