WP Manifestindependent plugin directory
manifest / developer / wp-health-checker

WP Health Checker – Diagnose & Report

WP Health Checker – Diagnose & Report

by Your Name · github.com/faisalahammed044274/wp-health-checker · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/faisalahammed044274/wp-health-checker/archive/refs/heads/main.zip

From the readme

A lightweight, dev-friendly plugin to check key health metrics on your WordPress site. WP Health Checker – Diagnose & Report A lightweight, developer-friendly plugin to help diagnose common WordPress issues and generate site health reports. Built with clean PHP OOP principles. 🧰 Features PHP version check SSL certificate detection WPDEBUG mode status Admin dashboard report Status indicators (✅ Pass / ❌ Fail / ⚠️ Warning) Clean modular code (OOP-based structure) Extendable with custom checks Developer-ready for support teams and freelancers 📦 Installation Download or clone the plugin into your wp-content/plugins directory: bash Copy Edit wp-content/plugins/wp-health-checker/ Activate the plugin via WordPress Admin → Plugins. 🗂️ Folder Structure python Copy Edit wp-health-checker/ ├── wp-health-checker.php # Main plugin loader ├── includes/ │ ├── class-health-check-core.php # Loads all health checks │ └── checks/ │ ├── class-chec

Read the full README on GitHub →