We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42809d9 commit 507451eCopy full SHA for 507451e
1 file changed
inc/spbc-settings.php
@@ -2844,6 +2844,11 @@ function spbc_field_scanner__prepare_data__files(&$table)
2844
$status = __('File will be automatically send for Cloud analysis within 5 minutes.', 'security-malware-firewall');
2845
}
2846
2847
+ if ( $row->source_type === 'CORE' ) {
2848
+ unset($row->actions['quarantine']);
2849
+ unset($row->actions['delete']);
2850
+ }
2851
+
2852
$table->items[] = array(
2853
'cb' => $row->fast_hash,
2854
'uid' => $row->fast_hash,
0 commit comments