Plugin info

Total downloads: 5,782
Active installs: 50
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 5/11/2012 (4982 days ago)
Added to WordPress: 2/9/2012 (13 years old)
Minimum WordPress version: 3.0
Tested up to WordPress version: 3.3.2
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4982 days ago

20/100

Is Advanced Custom Fields – Address Field add-on abandoned?

Possibly abandoned (last update 4982 days ago).

Compatibility

Requires WordPress: 3.0
Tested up to: 3.3.2
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

DCO Address Field for Contact Form 7
Rating 5.0/5 (1 reviews)Active installs 100

Description

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).

Source Repository on GitHub

https://github.com/GCX/acf-address-field

Bugs or Suggestions

https://github.com/GCX/acf-address-field/issues

Installation

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.

  • WordPress plugin
    1. Download the plugin and extract it to /wp-content/plugins/ directory.
    2. Activate the plugin through the Plugins menu in WordPress.
  • Added to a Theme or Plugin
    1. Download the plugin and extract it to your theme or plugin directory.
    2. Include the address-field.php file in you theme’s functions.php or plugin file.
      include_once( rtrim( dirname( FILE ), ‘/’ ) . ‘/acf-address-field/address-field.php’ );

Frequently Asked Questions

I’ve activated the plugin, but nothing happens!

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.

Review feed

No reviews available

Screenshots

  1. Address field type.

    Address field type.

  2. Drag and Drop address components.

    Drag and Drop address components.

  3. Enter an address from the add/edit post pages.

    Enter an address from the add/edit post pages.

  4. <code>get_value()</code> API output.

    get_value() API output.

Changelog

1.0.1

  • Fixed issue with path and URI generation on Windows hosts.
  • Fixed issue caused by ACF loading new fields with AJAX. Drag and Drop should work again.

1.0

  • Initial Release