This commit is contained in:
Yuri Karamian
2026-01-25 22:10:05 +01:00
parent 9f06a4c2a2
commit 82ce7ccaf3
6 changed files with 782 additions and 169 deletions
@@ -155,6 +155,15 @@ class WPSP_DB {
// Delete options.
delete_option( 'wpsp_settings' );
delete_option( 'wpsp_db_version' );
delete_option( 'wpsp_malware_scan_results' );
delete_option( 'wpsp_malware_last_scan' );
delete_option( 'wpsp_malware_hashes' );
delete_option( 'wpsp_malware_hashes_updated' );
delete_option( 'wpsp_malware_scan_stats' );
delete_option( 'wpsp_quarantined_files' );
delete_option( 'wpsp_file_scan_results' );
delete_option( 'wpsp_file_last_scan' );
delete_option( 'wpsp_file_baseline' );
// Delete transients.
delete_transient( 'wpsp_geo_cache' );