__( 'Quarantined', 'argus-wordpress-defence' ),
Argus_Quarantine::STATUS_RESTORED => __( 'Restored', 'argus-wordpress-defence' ),
Argus_Quarantine::STATUS_DELETED => __( 'Deleted', 'argus-wordpress-defence' ),
);
?>
0
? esc_html( sprintf( _n( '%d item requires review.', '%d items require review.', $review_count, 'argus-wordpress-defence' ), $review_count ) )
: esc_html__( 'No items currently require review.', 'argus-wordpress-defence' );
?>
0 ) : ?>
severity ) ); ?>
original_path ); ?>
status ] ?? ucfirst( $item->status ) ); ?>
quarantined_at . ' UTC' ) ) ); ?>
status ) : ?>
- detection_engine ); ?>
- detection_type ) ); ?>
- detection_rule ?: '—' ); ?>
- file_size ) ); ?>
file_hash ); ?>
- original_mtime ?: '—' ); ?>
analysed_at ) : ?>
-
confidence_score,
human_time_diff( strtotime( $item->analysed_at . ' UTC' ) )
)
);
if ( ! empty( $item->matched_rules ) ) {
echo ' -- ' . esc_html__( 'matched:', 'argus-wordpress-defence' ) . ' ' . esc_html( implode( ', ', $item->matched_rules ) );
}
?>