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 (optional) //~ if (! empty( $cp_options['uninstall_delete_profiles'] ) ) { // Find and recursively delete any files and folders // located inside the profiles directory: $wp_filesystem->delete( CODE_PROFILER_UPLOAD_DIR, true, 'd'); //~ } return; // ===================================================================== // EOF