2017 © Pedro Peláez
 

library custom-field-geometry

image

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

The README.md

miya/custom-field-geometry

Build Status Latest Stable Version Total Downloads Latest Unstable Version License, (*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.

The Versions

04/10 2017

dev-master

9999999-dev

  Sources   Download

GPL v2

The Requires