Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miya0001/custom-field-geometry

A custom field to save geometries
https://github.com/miya0001/custom-field-geometry

Last synced: about 1 month ago
JSON representation

A custom field to save geometries

Awesome Lists containing this project

README

        

# miya/custom-field-geometry

[![Build Status](https://travis-ci.org/miya0001/custom-field-geometry.svg?branch=master)](https://travis-ci.org/miya0001/custom-field-geometry)
[![Latest Stable Version](https://poser.pugx.org/miya/custom-field-geometry/v/stable)](https://packagist.org/packages/miya/custom-field-geometry)
[![Total Downloads](https://poser.pugx.org/miya/custom-field-geometry/downloads)](https://packagist.org/packages/miya/custom-field-geometry)
[![Latest Unstable Version](https://poser.pugx.org/miya/custom-field-geometry/v/unstable)](https://packagist.org/packages/miya/custom-field-geometry)
[![License](https://poser.pugx.org/miya/custom-field-geometry/license)](https://packagist.org/packages/miya/custom-field-geometry)

Add a custom field to save geometries to the edit screen of the specific post type for WordPress.

![](https://www.evernote.com/l/ABWonhEnAJpDvqEwTmDVfIHVcINjPLYqRPAB/image.png)

## Install

```
$ composer require miya/custom-field-geometry
```

## How to use

```
add( 'post' ); // Set post type to display meta box.
```