芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/optimyar/wp-content/plugins/wordfence/views/scanner/issue-database.php
'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();