Effortless Maintenance Mode

外掛說明

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 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.

常見問題集

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.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Effortless Maintenance Mode〉的開發相關工作。

參與者

將〈Effortless Maintenance Mode〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

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