' . "\n";
if (function_exists('wp_enqueue_media')) {
if (( $value == '')) {
$output .= '
' . "\n";
} else {
$output .= '
' . "\n";
}
} else {
$output .= '
' . "\n";
if ($value != '') {
$remove = '
Remove';
$attachment_id = accesspress_get_attachment_id_from_url($value);
$image_array = wp_get_attachment_image_src( $attachment_id, 'medium');
$image = preg_match('/(^.*\.jpg|jpeg|png|gif|ico*)/i', $value);
if ($image) {
$output .= '

' . $remove;
} else {
$parts = explode("/", $value);
for ($i = 0; $i < sizeof($parts); ++$i) {
$title = $parts[$i];
}
// No output preview if it's not an image.
$output .= '';
// Standard generic output if it's not an image.
$title = __('View File', 'accesspress-mag');
$output .= '
';
}
}
$output .= '