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.zipReadme
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
- Upload this folder to
wp-content/plugins/. - Activate WP Health Check Lite in WordPress Admin.
- Open Health Check Lite from the admin menu.
Skills Demonstrated
- WordPress plugin development
- PHP
- Admin dashboard creation
- Website troubleshooting
- Security and performance awareness