if(function_exists(“register_field_group”))
{
register_field_group(array (
‘id’ => ‘acf_file-upload’,
‘title’ => ‘File Upload’,
‘fields’ => array (
array (
‘key’ => ‘field_5995e43408508’,
‘label’ => ‘File Upload’,
‘name’ => ‘file_upload’,
‘type’ => ‘image’,
‘save_format’ => ‘object’,
‘preview_size’ => ‘thumbnail’,
‘library’ => ‘uploadedTo’,
),
array (
‘key’ => ‘field_59973c8b3cc62’,
‘label’ => ‘File Upload’,
‘name’ => ‘file_upload’,
‘type’ => ‘wysiwyg’,
‘instructions’ => ‘To Send a file, click the link below to send us single files or zip the file for faster uploading’,
‘default_value’ => ”,
‘toolbar’ => ‘full’,
‘media_upload’ => ‘yes’,
),
),
‘location’ => array (
array (
array (
‘param’ => ‘ef_media’,
‘operator’ => ‘==’,
‘value’ => ‘all’,
‘order_no’ => 0,
‘group_no’ => 0,
),
),
),
‘options’ => array (
‘position’ => ‘normal’,
‘layout’ => ‘no_box’,
‘hide_on_screen’ => array (
),
),
‘menu_order’ => 1,
));
}
