

Default maintenance mode page.
MSBD Maintenance Mode is a lightweight maintenance mode plugin for WordPress. When active, the plugin replaces the public frontend template with a simple maintenance page for logged-out visitors and lower-role logged-in users.
Administrators can continue browsing the real website normally while maintenance mode is active.
manage_options capability.<strong>, <i>, <em>, and <br> formatting in the maintenance message.msbd-maintenance-mode text domain and /languages domain path.On WordPress multisite:
The plugin does not replace these request types:
Theme developers can override the public maintenance page without editing the plugin by adding either or both files to the active theme or child theme:
msbd-maintenance-mode/main.php
msbd-maintenance-mode/style.css
Template lookup priority is:
msbd-maintenance-mode/main.phpmsbd-maintenance-mode/main.phpwp-content/plugins/msbd-maintenance-mode/tpl/main.phpStylesheet lookup priority is:
msbd-maintenance-mode/style.cssmsbd-maintenance-mode/style.csswp-content/plugins/msbd-maintenance-mode/assets/css/maintenance.cssThe selected stylesheet is loaded with wp_enqueue_style(). The default plugin template sends a 503 Service Unavailable response, adds no-cache headers, and outputs a noindex meta tag.
The plugin does not collect, store, or transmit personal data. It does not connect to external services.
If an administrator enters an external logo URL, visitors’ browsers may request that image from the external URL provider.