WP Manifestindependent plugin directory
manifest / admin / wordpress-health-check-plugin

WP Health Check Lite

A simple WordPress health checker plugin for PHP version, SSL, debug mode, file permissions, and basic site status.

by Alan Teh · github.com/myalanteh/wordpress-health-check-plugin

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/myalanteh/wordpress-health-check-plugin/archive/refs/heads/main.zip

Readme

WP Health Check Lite

A simple WordPress plugin that checks basic website health information.

Features

  • PHP version check
  • HTTPS/SSL check
  • WordPress debug mode check
  • Upload folder permission check
  • Basic server information

Installation

  1. Upload this folder to wp-content/plugins/.
  2. Activate WP Health Check Lite in WordPress Admin.
  3. Open Health Check Lite from the admin menu.

Skills Demonstrated

  • WordPress plugin development
  • PHP
  • Admin dashboard creation
  • Website troubleshooting
  • Security and performance awareness

Read the full README on GitHub →