diff --git a/inc/spbc-settings.php b/inc/spbc-settings.php index 017ee5e5a..184c31fa8 100644 --- a/inc/spbc-settings.php +++ b/inc/spbc-settings.php @@ -2844,6 +2844,11 @@ function spbc_field_scanner__prepare_data__files(&$table) $status = __('File will be automatically send for Cloud analysis within 5 minutes.', 'security-malware-firewall'); } + if ( $row->source_type === 'CORE' ) { + unset($row->actions['quarantine']); + unset($row->actions['delete']); + } + $table->items[] = array( 'cb' => $row->fast_hash, 'uid' => $row->fast_hash,