Download the PHP package ralfhortt/wp-meta-box-address without Composer
On this page you can find all versions of the php package ralfhortt/wp-meta-box-address. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ralfhortt/wp-meta-box-address
More information about ralfhortt/wp-meta-box-address
Files in ralfhortt/wp-meta-box-address
Download ralfhortt/wp-meta-box-address
More information about ralfhortt/wp-meta-box-address
Files in ralfhortt/wp-meta-box-address
Vendor ralfhortt
Package wp-meta-box-address
Short Description A WordPress meta box for address data
License MIT
Package wp-meta-box-address
Short Description A WordPress meta box for address data
License MIT
Please rate this library. Is it a good library?
Informations about the package wp-meta-box-address
WordPress Meta Box Address data
Adding address data fields as a meta box
- Street / Streetnumber
- ZIP code / City
- Address Additionall
- Country
- Map
Installation
composer require ralfhortt/wp-meta-box-address
Usage
Serviceloader
Standalone
Hooks
Filter
wp-meta-box-address/meta-box-identifier
- Change meta box idwp-meta-box-address/meta-box-label
- Change meta box labelwp-meta-box-address/street-{$postType}
- Hide street field for \$postTypewp-meta-box-address/streetnumber-{$postType}
- Hide streetnumber field for \$postTypewp-meta-box-address/address-additional-{$postType}
- Hide address additional field for \$postTypewp-meta-box-address/zip-{$postType}
- Hide zip field for \$postTypewp-meta-box-address/city-{$postType}
- Hide city field for \$postTypewp-meta-box-address/country-{$postType}
- Hide country field for \$postTypewp-meta-box-address/latitude-{$postType}
- Hide latitude field for \$postTypewp-meta-box-address/longitude-{$postType}
- Hide longitude field for \$postType
Example
Action
wp-meta-box-address/before
- Add fields before the street fieldwp-meta-box-address/after
- Add fields after the country fieldwp-meta-box-address/save
- Save custom fields
ToDo
- Geocode address
- Template tags
Changelog
2.1 - 2020-11-23
- Updating wp-meta-box dependency
2.0 - 2020-11-06
- Updating wp-meta-box dependency
- Adding translation
- Fix error in composer.json
1.1.0 - 2020-01-28
- Adding latitude meta field
- Adding longitude meta field
1.0.0 - 2020-01-14
- Initial release
All versions of wp-meta-box-address with dependencies
PHP Build Version
Package Version
The package ralfhortt/wp-meta-box-address contains the following files
Loading the files please wait ....