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