'database',
'displayType' => __('Option', 'wordfence'),
'iconSVG' => '',
'summaryControls' => array(wfView::create('scanner/issue-control-ignore', array('ignoreC' => __('Ignore Value', 'wordfence'), 'ignoreP' => __('Ignore Option', 'wordfence'))), wfView::create('scanner/issue-control-show-details')),
'detailPairs' => array(
__('Option Name', 'wordfence') => '${data.option_name}',
__('Bad URL', 'wordfence') => array('(typeof data.badURL !== \'undefined\') && data.badURL', '${data.badURL}'),
null,
__('Details', 'wordfence') => '{{html longMsg}}',
),
'detailControls' => array(
'{{if data.optionExists}}' . __('View Option', 'wordfence') . ' (' . esc_html__('opens in new tab', 'wordfence') . '){{/if}}',
'{{if data.canDelete}}' . __('Delete Option', 'wordfence') . '{{/if}}',
'' . __('Mark as Fixed', 'wordfence') . '',
),
'textOutput' => (isset($textOutput) ? $textOutput : null),
'textOutputDetailPairs' => array(
__('Option Name', 'wordfence') => '$data.option_name',
__('Bad URL', 'wordfence') => '$data.badURL',
null,
__('Details', 'wordfence') => '$longMsg',
),
))->render();