Advanced Custom Fields: Link

Integrates WordPress' default link picker into Advanced Custom Fields

Author:Corey Worrell, EMRL (profile at wordpress.org)
WordPress version required:3.5.0
WordPress version tested:4.3.1
Plugin version:1.0.0
Added to WordPress repository:11-11-2015
Last updated:11-11-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:2
plugin download
Click to start download

Allows you to select an existing piece of content or enter a custom URL, set the link title, and choose whether or not the link should open in a new window/tab.

Only works with ACF version 5 and above.

After saving, you can access your data as an array:

array(
    [url]    => http://site.com/page/
    [title]  => Page!
    [target] => 0
)