{"id":40109,"date":"2015-11-13T00:50:28","date_gmt":"2015-11-13T00:50:28","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/acf-link\/"},"modified":"2017-08-02T18:26:31","modified_gmt":"2017-08-02T18:26:31","slug":"acf-link","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/acf-link\/","author":8118780,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.1.7","stable_tag":"1.1.7","tested":"4.8.28","requires":"3.5.0","requires_php":"","requires_plugins":"","header_name":"Advanced Custom Fields: Link","header_author":"Corey Worrell, EMRL","header_description":"","assets_banners_color":"f7921e","last_updated":"2017-08-02 18:26:31","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"http:\/\/emrl.com","rating":4.3,"author_block_rating":0,"active_installs":80,"downloads":11046,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["installation","changelog","description","faq"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":"1","4":0,"5":"2"},"assets_icons":{"icon.svg":{"filename":"icon.svg","revision":"1285260","resolution":"","location":"assets"}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":"1285260","resolution":"1544x500","location":"assets"},"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1285260","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1","1.0.2","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.1.7"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1285260","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1285260","resolution":"2","location":"assets"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1285260","resolution":"3","location":"assets"}},"screenshots":{"1":"Field when no link has been selected","2":"Link selection modal box","3":"Field when a link has been selected"}},"plugin_section":[],"plugin_tags":[2211,2217,2261,537,2220],"plugin_category":[59],"plugin_contributors":[85345],"plugin_business_model":[],"class_list":["post-40109","plugin","type-plugin","status-closed","hentry","plugin_tags-acf","plugin_tags-advanced-custom-fields","plugin_tags-chooser","plugin_tags-link","plugin_tags-selector","plugin_category-utilities-and-tools","plugin_contributors-coreyw","plugin_committers-coreyw"],"banners":[],"icons":{"svg":"https:\/\/ps.w.org\/acf-link\/assets\/icon.svg?rev=1285260","icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/acf-link_f7921e.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/acf-link\/assets\/screenshot-1.png?rev=1285260","caption":"Field when no link has been selected"},{"src":"https:\/\/ps.w.org\/acf-link\/assets\/screenshot-2.png?rev=1285260","caption":"Link selection modal box"},{"src":"https:\/\/ps.w.org\/acf-link\/assets\/screenshot-3.png?rev=1285260","caption":"Field when a link has been selected"}],"raw_content":"<!--section=installation-->\n<ol>\n<li>Upload <code>acf-link<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>When editing an ACF Field Group, select 'Link' as the field type<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>1.1.7<\/h4>\n\n<p>2017-08-02\n* Deprecation notice for ACF Pro 5.6.0<\/p>\n\n<h4>1.1.6<\/h4>\n\n<p>2017-05-23<\/p>\n\n<ul>\n<li>Fixes bug that broke dashboard in last release<\/li>\n<\/ul>\n\n<h4>1.1.5<\/h4>\n\n<p>2017-05-22<\/p>\n\n<ul>\n<li>Updating PHP namespace<\/li>\n<li>Adding basic support for <a href=\"https:\/\/www.admincolumns.com\/advanced-custom-fields-columns\/\">Admin Columns Pro<\/a><\/li>\n<\/ul>\n\n<h4>1.1.4<\/h4>\n\n<p>2016-08-12<\/p>\n\n<ul>\n<li>If link title is empty, it auto populates based on search selection<\/li>\n<\/ul>\n\n<h4>1.1.3<\/h4>\n\n<ul>\n<li>Added fix for pages that don't have editors<\/li>\n<\/ul>\n\n<h4>1.1.2<\/h4>\n\n<ul>\n<li>Improvement to allow field to work correctly anywhere ACF can be used<\/li>\n<\/ul>\n\n<h4>1.1.1<\/h4>\n\n<ul>\n<li>Fixes usage on pages without an editor<\/li>\n<\/ul>\n\n<h4>1.1.0<\/h4>\n\n<ul>\n<li>Fixes bug where link would be added to WYSIWYG editor also<\/li>\n<li>Adds new settings to hide the title and target fields<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Fixes bug where link would be added to editor also<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Fixes class names for ACF icons<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>First release<\/li>\n<\/ul>\n\n<!--section=description-->\n<p>Integrates WordPress' default link picker into Advanced Custom Fields<\/p>\n\n<h3>As of ACF Pro 5.6.0, this field is built-in, so this plugin should not be used.<\/h3>\n\n<p>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.<\/p>\n\n<p><strong>Only works with ACF version 5 and above.<\/strong>\n<strong>Requires PHP 5.4 or above.<\/strong><\/p>\n\n<p>After saving, you can access your data as an array:<\/p>\n\n<pre><code>array(\n    [url]    =&gt; http:\/\/site.com\/page\/\n    [title]  =&gt; Page!\n    [target] =&gt; 0\n)\n<\/code><\/pre>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><ol>\n<li>Upload <code>acf-link<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>When editing an ACF Field Group, select 'Link' as the field type<\/li>\n<\/ol><\/dd>\n\n<\/dl>","raw_excerpt":"Integrates WordPress&#039; default link picker into Advanced Custom Fields","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/40109","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=40109"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/coreyw"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=40109"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=40109"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=40109"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=40109"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=40109"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=40109"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}