diff --git a/acf-export.php b/acf-export.php index 32fb2db..f61d08b 100644 --- a/acf-export.php +++ b/acf-export.php @@ -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 (