WordPress / health-check

Health Check is a WordPress plugin that will perform a number of checks on your WordPress install to detect common configuration errors and known issues.
GNU General Public License v2.0
174 stars 51 forks source link

Remove old transients when the plugin is removed #428

Closed merkys7 closed 2 years ago

merkys7 commented 2 years ago

Short introduction

Remove old transients when the plugin is removed Currently, after the uninstall, the transients still exists due to regex not catching health-check plugin transients Here is the SQL query after the plugin uninstall: download (1)

Description of what the PR accomplishes

Fixes transients removal SQL query

Clorith commented 2 years ago

Thanks for the PR @merkys7 ! This should be a simple fix, and good catch! Would you be able to do a rebase first, as you appear to have some older files in your branch?

merkys7 commented 2 years ago

@Clorith Thank you, it has been done as requested:)