'publiclyAccessible',
'displayType' => __('Quarantined File', 'wordfence'),
'iconSVG' => '',
'summaryControls' => array(wfView::create('scanner/issue-control-hide-file'), wfView::create('scanner/issue-control-ignore', array('ignoreC' => __('Ignore', 'wordfence'))), wfView::create('scanner/issue-control-show-details')),
'detailPairs' => array(
__('URL', 'wordfence') => '${data.url} (' . esc_html__('opens in new tab', 'wordfence') . ')',
null,
__('Details', 'wordfence') => '{{html longMsg}}'
),
'detailControls' => array(
'{{if data.fileExists}}' . __('View File', 'wordfence') . ' (' . esc_html__('opens in new tab', 'wordfence') . '){{/if}}',
'{{if data.canDelete}}' . __('Delete File', 'wordfence') . '{{/if}}',
'' . __('Mark as Fixed', 'wordfence') . '',
),
'textOutput' => (isset($textOutput) ? $textOutput : null),
'textOutputDetailPairs' => array(
__('URL', 'wordfence') => '$data.url',
null,
__('Details', 'wordfence') => '$longMsg',
),
))->render();