Effortless Maintenance Mode

Description

Effortless Maintenance Mode allows you to easily enable and customize a maintenance page while your site is under development or maintenance. This plugin provides a simple interface for adding custom HTML content to your maintenance page, ensuring that visitors know your site is temporarily unavailable. The maintenance page will show if the current user is not logged in or does not have admin capabilities.

Reviews

We appreciate your feedback! Please leave a review.

Installation

Installation from within WordPress

  1. Visit Plugins > Add New.
  2. Search for Plugin Check.
  3. Install and activate the Plugin Check plugin.

Manual installation

  1. Upload the entire plugin-check folder to the /wp-content/plugins/ directory.
  2. Visit Plugins.
  3. Activate the Plugin Check plugin.

FAQ

How do I customize the maintenance page?

You can customize the maintenance page by navigating to Tools > Maintenance Mode in the WordPress admin dashboard. Here, you can modify the HTML content displayed to visitors.

Can I use custom HTML for the maintenance page?

Yes! The plugin allows you to enter any HTML code to create a personalized maintenance message.

Will the plugin affect the site’s performance?

No, this plugin is lightweight and will not significantly impact your site’s performance. It is designed to be efficient and effective.

How do I deactivate the maintenance mode?

To deactivate maintenance mode, simply go back to Tools > Maintenance Mode and uncheck the “Enable Maintenance Mode” option, then save your changes.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Effortless Maintenance Mode” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.22

  • Update cache fonctionnality

1.0.21

  • Not showing maintenance page if you’re logged as administrator
  • Add a notice for logged administrator

1.0.20

  • Add cache purge after change

1.0.19

  • Optimize the css file
  • Fix the alert message not working

1.0.18

  • Changes emm_ to emmp_ to comply wordpress.org advice

1.0.17

  • Fix minor bugs

1.0.16

  • Add languages Italian and Portuguese

1.0.16

  • Add default maintenance message if the textarea is empty

1.0.15

  • Improved Naming Consistency: Renamed get_cached_option() to cmm_get_cached_option() for better consistency and conflict prevention.
  • Escaping and Sanitization: Used esc_html__(), esc_textarea(), and esc_js() functions more consistently.
  • Commenting: Added comments before each function for clarity.
  • Spacing and Alignment: Reformatted spacing and alignment to match WordPress coding standards, such as placing spaces before function parameters and between operators.

1.0.14

  • Fix uninstall.php

1.0.13

  • Add company variable
  • Fix issue with variables

1.0.12

  • New versioning