-
·
Remove malicious code with WordPress CLI verify checksums
WP CLI comes with a verify-checksums sub-command that you can run with core and plugin commands. This makes it easier to check the integrity of core and plugin files. Recently I repaired a hacked website with the help of this command. I got the list of malicious files that are not part of WordPress and…