https://github.com/horttcore/custom-post-type-locations
WordPress custom post type for managing locations
https://github.com/horttcore/custom-post-type-locations
custom-post-type locations wordpress
Last synced: 3 months ago
JSON representation
WordPress custom post type for managing locations
- Host: GitHub
- URL: https://github.com/horttcore/custom-post-type-locations
- Owner: Horttcore
- License: gpl-2.0
- Created: 2015-01-31T20:10:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-02-17T22:03:56.000Z (over 3 years ago)
- Last Synced: 2025-09-13T06:48:20.518Z (10 months ago)
- Topics: custom-post-type, locations, wordpress
- Language: PHP
- Homepage: https://horttcore.de
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom Post Type Locations
A custom post type to manage locations
## Supports
* Title
* Editor
* Excerpt
* Thumbnail
## Custom Fields
* Street
* Street number
* ZIP
* City
* Address additional
* Region
* Country
* Latitude / Longitdude ( Google Maps GeoAPI )
## Language Support
* english
* german
## Hooks
### Actions
* `location-table-before` - Before the location table
* `location-table-first` - Before the first row of the location table
* `location-table-last` - After the last row of the location table
* `location-table-after` - After the location table
* `save-location-meta` - Runs when the locationnt of interes location is saved; Location is passed as argument
### Filter
* `location` - Get the location data
* `location-save` - The location data that is saved into post_meta
* `location-get-lat-lng` - Get latitude longitude
## Changelog
### v0.4
* Refactoring
### v0.3
* Added hook: `location-get-lat-lng`
* Enhancement: Cleanup
### v0.2
* Enhancement: Manual location check
* Bugfix: GeoAPI was not saved.
### v0.1
* Initial release