• Resolved pwchfbhv

    (@pwchfbhv)


    I want to delete this plugin as I’m no longer using it but whenever I click delete I get a deletion failed message

Viewing 4 replies - 1 through 4 (of 4 total)
  • I have the same issue. How do I remove this plugin?

    why dont you login to your cpanel and the click on “file manager” and when it open, double click on wp-content folder and then double click on wp-plugins folder to list all you plugins. Then you can physically delete the plugin from there.

    Thread Starter pwchfbhv

    (@pwchfbhv)

    Thank you lightshines, brilliant advice which has worked for me

    Unable to delete also from WP admin. Deleting it from within file manager isn’t enough for me, because the plugin had created some options in wp_options table in the database.

    To completely uninstall this plugin, go to phpmyadmin and run SQL query:

    
    SELECT *  FROM <code>wpeh_options</code> WHERE <code>option_name</code> LIKE 'liquidizer_lite_wp_table' OR <code>option_name</code> LIKE 'liquidizer_lite_wp_which_table_element' OR <code>option_name</code> LIKE 'liquidizer_lite_wp_table_width'

    This will display all the options inserted into wp_options table by this plugin. You can delete it if you want or keep it if you want to re-install it later.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Can’t delete Magic Liquidizer Responsive Table plugin’ is closed to new replies.