Skip to content

miya0001/custom-field-map

Repository files navigation

miya/custom-field-map

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

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

Install

$ composer require miya/custom-field-map

How to use

<?php

require_once( dirname( __FILE__ ) . '/vendor/autoload.php' );

$map = new \Miya\WP\Custom_Field\Map( 'latlng', 'Latitude and Longitude' );
$map->add( 'post' ); // Set post type to display meta box.

About

A custom field to save latitude and longitude for WordPress

Resources

Stars

Watchers

Forks

Packages

No packages published