• Deleted this plugin months ago and still finding traces of it in the database, and through other plugins that use specific user profiles. Not good.

    UPDATE: Developer has come back with an answer, and with changes to how the plugin data is handled after it is removed. This alone shows dedication.

    • This topic was modified 3 years, 3 months ago by poppydev.
Viewing 2 replies - 1 through 2 (of 2 total)
  • I will take a look at what else is being left behind. Do you have any specific fields you are seeing?

    Do you think the entire plugin is 1-star plugin because of this one element? To me this seems more like a support request that is easily rectified. I have already gone in and added the line of coded needed to remove all user metadata related to Sunshine.

    Here is the MySQL line you can use on your database since you have already removed Sunshine:
    DELETE FROM wp_usermeta WHERE meta_key LIKE ‘sunshine_%’
    (Change ‘wp_usermeta’ to use your table prefix as needed)

    • This reply was modified 3 years, 3 months ago by sunshinephotocart. Reason: I already made the change in the code, updated message to indicate that
    • This reply was modified 3 years, 3 months ago by sunshinephotocart.
    Thread Starter poppydev

    (@poppydev)

    I agree one star is a little ignorant of me. Because you have come back to me with an answer I will up it without doubt that is more respective to your service.

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