Check WordPress Core Integrity With wp-toolkit

Use this page when WordPress core files may be missing, corrupted, or modified. wp-toolkit can compare core files and reinstall clean WordPress core files when appropriate.

When To Run An Integrity Check

Run an integrity check when:

Do not use this as a substitute for reviewing plugins, themes, or custom code. Integrity checks focus on WordPress core.

Check WordPress Integrity

  1. Log in to cPanel.
  2. Open wp-toolkit or WordPress Management.
  3. Expand the affected site.
  4. Select Check WordPress Integrity.
  5. Review the result.

If wp-toolkit reports missing or modified core files, it may offer to reinstall WordPress core.

Reinstall WordPress Core

Before reinstalling:

  1. Create or confirm a backup.
  2. Confirm the affected site and path.
  3. Confirm the issue is core-file related, not a plugin or theme issue.
  4. Reinstall WordPress core from wp-toolkit.
  5. Test the public site and wp-admin.

Reinstalling core should not replace normal content in wp-content, but backups still matter before repair work.

WP-CLI Equivalent

Run these commands from the WordPress document root to check core files from SSH.

wp core verify-checksums

If core files are missing or modified and the site has a current backup, reinstall WordPress core:

wp core download --force
wp core verify-checksums

This does not replace plugins, themes, uploads, or custom files in wp-content. If checksum verification fails after reinstalling core, review the path and contact Fused before removing files manually.

If Integrity Repair Fails

If wp-toolkit cannot reinstall core files, file corruption may be blocking WP-CLI or wp-toolkit actions. cPanel support documentation notes that renaming a corrupted wp-includes folder and then reinstalling core may be needed in some cases.

Contact Fused before doing manual file surgery if the site is live or the backup status is unclear.

What To Test After Repair

Check:

Review WordPress troubleshooting