• Resolved Andrew Bondar

    (@kronos1705)


    Hello.
    I want to remove your plugin on one of my sites. Tell me, after the standard removal from the admin panel, is there some kind of “garbage”? In the database or some local folder.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @kronos1705,

    Smush leaves some stats data in case you want to use it again. To remove it completely, remove the rows from these queries:

    SELECT * FROM wp_options WHERE option_name like '%smush%';
    and
    SELECT * FROM wp_postmeta WHERE meta_key like '%smush%';

    Also, remove the wp_smush_dir_images table.

    That should give you a site without any traces of Smush.

    Best regards,
    Anton

    Thread Starter Andrew Bondar

    (@kronos1705)

    Спасибо!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘After removing the plugin’ is closed to new replies.