https://github.com/miya0001/custom-field-geometry
A custom field to save geometries
https://github.com/miya0001/custom-field-geometry
Last synced: 28 days 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-04T05:04:17.000Z (almost 8 years ago)
- Last Synced: 2025-03-22T21:38:10.607Z (4 months ago)
- Language: HTML
- Size: 9.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# miya/custom-field-geometry
[](https://travis-ci.org/miya0001/custom-field-geometry)
[](https://packagist.org/packages/miya/custom-field-geometry)
[](https://packagist.org/packages/miya/custom-field-geometry)
[](https://packagist.org/packages/miya/custom-field-geometry)
[](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.

## Install
```
$ composer require miya/custom-field-geometry
```## How to use
```
add( 'post' ); // Set post type to display meta box.
```