Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/miya0001/custom-field-geometry
- Owner: miya0001
- Created: 2017-09-27T15:00:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-04T05:04:17.000Z (over 7 years ago)
- Last Synced: 2024-10-16T01:39:43.583Z (3 months ago)
- Language: HTML
- Size: 9.38 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
```