delete( CODE_PROFILER_UPLOAD_DIR, true, 'd' ); } if ( $wp_filesystem->exists( WPMU_PLUGIN_DIR .'/0----code-profiler.php' ) ) { $wp_filesystem->delete( WPMU_PLUGIN_DIR .'/0----code-profiler.php', false, 'f' ); } // Delete options in the DB delete_option( 'code-profiler' ); return; // ===================================================================== // EOF