Title: FVM custom fields on multisite
Last modified: February 7, 2022

---

# FVM custom fields on multisite

 *  Resolved [gt3themes](https://wordpress.org/support/users/gt3themes/)
 * (@gt3themes)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/fvm-custom-fields-on-multisite/)
 * Hi there!
    How can we remove these fields [https://tppr.me/vbJ7n](https://tppr.me/vbJ7n)
   on our multisite? We removed your plugin but these fields are still available
   for each site network settings.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Raul P.](https://wordpress.org/support/users/alignak/)
 * (@alignak)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/fvm-custom-fields-on-multisite/#post-15338310)
 * Those fields appear to be from version 2, so pretty old.
    On v3 simply deactivate
   and delete via wp-admin.
 * If there are v2 leftovers, run via phpmyadmin or your database tool.
    Please 
   backup first, of course.
 *     ```
       DELETE FROM wp_options WHERE option_name = 'fvm_settings';
       DELETE FROM wp_options WHERE option_name = 'fvm_last_cache_update';
       DELETE FROM wp_options WHERE option_name LIKE 'fastvelocity%' OR option_name LIKE 'fvm-%'
       DROP TABLE IF EXISTS wp_fvm_cache;
       DROP TABLE IF EXISTS wp_fvm_logs;
       ```
   
 * Replace `wp_` with your tables prefix.

Viewing 1 replies (of 1 total)

The topic ‘FVM custom fields on multisite’ is closed to new replies.

 * ![](https://ps.w.org/fast-velocity-minify/assets/icon-128x128.jpg?rev=1440946)
 * [Fast Velocity Minify](https://wordpress.org/plugins/fast-velocity-minify/)
 * [Support Threads](https://wordpress.org/support/plugin/fast-velocity-minify/)
 * [Active Topics](https://wordpress.org/support/plugin/fast-velocity-minify/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fast-velocity-minify/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fast-velocity-minify/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Raul P.](https://wordpress.org/support/users/alignak/)
 * Last activity: [4 years, 3 months ago](https://wordpress.org/support/topic/fvm-custom-fields-on-multisite/#post-15338310)
 * Status: resolved