Hi @okoth1,
That is a very old option that should have been removed a long time ago.
Below a list of old options which can all be deleted from the WordPress wp_options table (this is actually an excerpt from the core/setup.php file of the current plugin database upgrade code):
delete_option( 'bit51_bwps' );
delete_option( 'bwps_intrusion_warning' );
delete_option( 'bit51_bwps_data' );
delete_option( 'bwps_file_log' );
delete_option( 'bwps_awaymode' );
delete_option( 'bwps_filecheck' );
delete_option( 'BWPS_Login_Slug' );
delete_option( 'BWPS_options' );
delete_option( 'BWPS_versions' );
delete_site_transient( 'bit51_bwps_backup' );
delete_site_transient( 'bwps_away' );
Make sure to create a database backup before deleting these options/transients.
+++ To prevent any confusion, I’m not SolidWP +++