WP Manifestindependent plugin directory
manifest / utilities / smart_maintenance_manager

Smart Maintenance Manager

A lightweight maintenance-mode plugin with one-click toggle in the admin bar.

by Mohammed Khalid · github.com/itskhalid2025/smart_maintenance_manager

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/itskhalid2025/smart_maintenance_manager/archive/refs/heads/master.zip

Readme

Smart Maintenance Manager

A lightweight maintenance-mode plugin with one-click toggle in the admin bar.

Features

  • Enable/disable maintenance mode directly from the WP admin bar.
  • Non-logged-in visitors see a friendly message.
  • Sends proper HTTP 503 header for SEO.
  • Inline CSS variables for easy custom colours.
  • Only one PHP file, no database clutter.

Installation

  1. Upload smart-maintenance-manager to wp-content/plugins/.
  2. Activate the plugin.
  3. In the WordPress admin bar, click 🔧 Enable Maintenance to switch it on.
  4. Click again to disable.

Changelog

1.0

  • Initial release.

Read the full README on GitHub →