• Resolved IanW

    (@mikes46)


    Hi,
    I have removed OMGF from my website and noticed it has left entries in the database. Could you advise me of the process to completely remove the plugin and what entries need to be removed from the database?
    Thank You.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author DaanvandenBergh

    (@daanvandenbergh)

    Sure!

    When OMGF is installed there’s a setting under Advanced Settings (remove at uninstall, something like that) which’ll remove all settings with OMGF.

    If you want to do it manually, do an SQL query on the wp_options table, like this:

    DELETE FROM wp_options WHERE option_name LIKE "%omgf%"

    Untested, though. So backup your database before doing this.

    Thread Starter IanW

    (@mikes46)

    @daanvandenbergh

    Thanks for your reply. I have downloaded a DB plugin and noticed the 2 following entries are still there. I really just wanted to confirm that these are definitely for OMGF and can be deleted.

    wp_omgf_fonts
    wp_omgf_fonts_subsets

    Thanks.

    Plugin Author DaanvandenBergh

    (@daanvandenbergh)

    Jep they can.

    Thread Starter IanW

    (@mikes46)

    @daanvandenbergh
    thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Deleting OMGF’ is closed to new replies.