Adds an Address Field to Advanced Custom Fields. Pick and choose the components and layout of the address.
This is an add-on for the Advanced Custom Fields
WordPress plugin and will not provide any functionality to WordPress unless Advanced Custom Fields is installed
and activated.
The address field provides the ability to enter an address by component (street, city, state,
postal code, country, …), enable or disable components, and change the layout of the
entered address (on the post screen) and printed address ( get_value() api call).
https://github.com/GCX/acf-address-field
https://github.com/GCX/acf-address-field/issues
The Address Field plugin can be used as WordPress plugin or included in other plugins or themes.
There is no need to call the Advanced Custom Fields register_field()
method for this field.
/wp-content/plugins/
directory.Plugins
menu in WordPress.address-field.php
file in you theme’s functions.php
or plugin file.Make sure you have Advanced Custom Fields installed and
activated. This is not a standalone plugin for WordPress, it only adds additional functionality to Advanced Custom Fields.