Skip to content
This repository has been archived by the owner. It is now read-only.

Fixes for people link and external link #19

Merged
merged 1 commit into from Apr 5, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 13 additions & 1 deletion acf-export.php
Expand Up @@ -356,7 +356,19 @@ if(function_exists("register_field_group"))
),
'default_value' => '',
'placeholder' => '',
),
),
array (
'key' => 'field_external_url',
'label' => 'Profile Redirection Link',
'name' => 'external_url',
'type' => 'url',
'default_value' => '',
'placeholder' => 'e.g. http://google.com (The profile page will redirect to the link entered here)',
'prepend' => '',
'append' => '',
'formatting' => 'html',
'maxlength' => '',
),
),
'location' => array (
array (
Expand Down